Annotation Interface Wiring
Annotation used to configure custom tags for Wiring files.
For example, placing the
Tag names can be customized by passing the desired name to the annotation. For example,
For example, placing the
@Wiring
annotation at the top of a class
called com.example.MyObject
would generate the custom
tag <MyObject></MyObject>
.
Tag names can be customized by passing the desired name to the annotation. For example,
@Wiring("Bob")
would generate the custom
tag <Bob></Bob>
instead of <MyObject></MyObject>
.- Author:
- jbanes
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueName of the custom tag- Default:
""
-