|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface PropertyUse
Defines the type of using the property.
Valid values are defined by PropertyUse.UseType
.
If annotation is not set at a property set interface, the property set is considered as PropertyUse.UseType.CONFIGURATION
.
Optional Element Summary | |
---|---|
PropertyUse.UseType |
value Defines the type of using the property. |
public abstract PropertyUse.UseType value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |