Interface Attachable.InDefinitionAlt<ParentT>
-
- Type Parameters:
ParentT- the parent definition
- Enclosing interface:
- Attachable<ParentT>
public static interface Attachable.InDefinitionAlt<ParentT>The final stage of the child object definition, as which it can be attached to the parent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParentTattach()Attaches the child definition to the parent resource definition.
-
-
-
Method Detail
-
attach
ParentT attach()
Attaches the child definition to the parent resource definition.- Returns:
- the next stage of the parent definition
-
-