@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface BooleanAttribute
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
attributeName
Name of the attribute represented by this annotation.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<?> |
targetType
Returns the
Class type of the target. |
public abstract java.lang.String attributeName
public abstract java.lang.Class<?> targetType
Class
type of the target. Default is Object
class.