@Documented
@Target(value=java.lang.annotation.ElementType.FIELD)
@Retention(value=RUNTIME)
public @interface ComponentName
Annotation used to inject component name into annotated field.
(field must be of type String, else exception is thrown)
- Since:
- UES6-00