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