Target
annotationin packageklyn.annotations
public annotation Target:
Restricts the kind of declaration an annotation can target.
@Target(Target.TYPE)
public annotation Component:
pass
Fields
| Modifier and Type |
Member |
Description |
| public static readonly |
FIELD |
No summary. |
| public static readonly |
METHOD |
No summary. |
| public static readonly |
PARAMETERPARAMETER as String = "PARAMETER" |
No summary. |
| public static readonly |
PROPERTYPROPERTY as String = "PROPERTY" |
No summary. |
| public static readonly |
TYPE |
No summary. |