|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface PropertiesDesc
Annotation that holds an array of PropertyDesc for properties eg org.jvnet.hk2.config.types.Property.
Needed because it's not otherwise possible to have more than one annotation of the same type.
| Required Element Summary | |
|---|---|
PropertyDesc[] |
props
name of the property |
| Optional Element Summary | |
|---|---|
boolean |
systemProperties
returns true if these describe <system-property> |
| Element Detail |
|---|
public abstract PropertyDesc[] props
public abstract boolean systemProperties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||