|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Contract @InhabitantAnnotation(value="default") @CagedBy(value=CompanionSeed.Registerer.class) public @interface CompanionSeed
Marks the companion relationship with another component.
Implementations of this contract are generated for each component
with the CompanionOf annotation.
| Required Element Summary | |
|---|---|
java.lang.Class<?> |
companion
Deprecated. Other metadata to capture the companion class. |
java.lang.Class<?> |
lead
Deprecated. The type of the lead class. |
| Element Detail |
|---|
@Index @InhabitantMetadata(value="lead") public abstract java.lang.Class<?> lead
@InhabitantMetadata(value="companionClass") public abstract java.lang.Class<?> companion
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||