|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface Required
The Required annotation defines dependencies between the properties.
| Optional Element Summary | |
|---|---|
java.lang.String[] |
elements
A list of the elements that are allowed to activate the current property. |
java.lang.String |
property
The addressed property. |
boolean |
value
The boolean value that is necessary to activate the current property. |
public abstract java.lang.String property
enum type.
public abstract java.lang.String[] elements
public abstract boolean value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||