|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PropertySet(value="some.name") public interface ForeignPropertySet
This is an example where a property set contains a property of another property set.
Usually there is no need to use this feature unless due to refactorings that are required to not break existing API.
Method Summary | |
---|---|
void |
element() This property is part of the property set some.name . |
void |
foreignElement() This property is part if the property set propset.name . |
Method Detail |
---|
@PropertySet(value="propset.name") void foreignElement()
propset.name
. The referenced property set is declared in
PropertySetWithName
.
void element()
some.name
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |