|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@DocCategory(value="parentCategory") @DocTag(value="parentTag") @Document(name="P", shortDescription="S.", notes={"P1","P2"}, space="SpaceP", title="Title P", sortKey="skp", summary="Parent Summary", audience={"pm1","pm2"}) @DocParent(value="P1") @PropertySet(value="p1") public interface DocAnnotatedExample
Class that implements the property descriptor interface.
Bloch, Effective Java Ed. 1, Item 21: Replace enum constructs with classes
Method Summary | |
---|---|
String |
name1() The name 1 of a property. |
String |
name2() The name 2 of a property. |
Method Detail |
---|
@DocCategory(value="C1Category1") @DocTag(value="C1Tag1") @Document(name="C1", shortDescription="S1.", notes="C1", space="SC1", title="Title C1", sortKey="c1", summary="Child 1 Summary", audience="cm1") @DocParent(value="C1") @PropertySet(value="c1") @PropertyKeyName(value="component.name1") String name1()
@DocCategory(value={"C2Category1","C2Category2"}) @DocTag(value={"C2Tag1","C2Tag2"}) @DocParent(value={"C2-1","C2-2"}) @PropertyKeyName(value="component.name2") String name2()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |