|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PropertySet(value="some.name") public interface VirtualPropertySet
A virtual property set is a property set that is given an name but is never registered. Only property sets that are declared at type level are registered.
The following example shows a property set that contains a property of a virtual property set.
Method Summary | |
---|---|
void |
element() This property is part of the virtual property set other.set , since this property set is never declared at type level. |
Method Detail |
---|
@PropertySet(value="other.set") void element()
other.set
, since this property set is never declared at type level.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |