Package org.apache.juneau.annotation
Annotation Interface BeanIgnoreAnnotation.Array
- Enclosing class:
- BeanIgnoreAnnotation
@Documented
@Target({METHOD,TYPE})
@Retention(RUNTIME)
@Inherited
public static @interface BeanIgnoreAnnotation.Array
A collection of 
@BeanIgnore annotations.- 
Required Element SummaryRequired Elements
- 
Element Details- 
valueThe child annotations.- Returns:
- The annotation value.
 
 
-