org.infinispan.config
Annotation Type ConfigurationDocRef


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface ConfigurationDocRef

Configuration bean element annotated with @ConfigurationDocRef indicates that the element should be included in configuration reference but that the description should be extracted from bean class target and its targetElement (method or field).

Since:
4.2
Author:
Vladimir Blagojevic

Required Element Summary
 Class<?> bean
           
 String targetElement
           
 
Optional Element Summary
 String name
           
 

Element Detail

bean

public abstract Class<?> bean

targetElement

public abstract String targetElement

name

public abstract String name
Default:
""


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.