|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Contract @Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface CompanionOf
Marks the component as a companion to another "lead" component.
Whenever the lead component is placed into habitat, the companion will be also placed into the habitat.
Required Element Summary | |
---|---|
java.lang.Class<?> |
value
Specifies the target of the companion. |
Element Detail |
---|
@Index public abstract java.lang.Class<?> value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |