Annotation Type BindSlot
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) @LinkkiAspect(SlotAspectDefinitionCreator.class) public @interface BindSlot
Binds the annotated UI element to a slot element within its parent component.
-
-
Element Detail
-
value
String value
The name of the slot to bind the UI element to.
-
-