Package com.helger.commons.annotation
Annotation Type UsedViaReflection
-
@Retention(CLASS) @Documented public @interface UsedViaReflection
Just to indicate that a class is used via reflection and not by direct references. This is helpful to identify that classes are indeed use even though no direct reference exists.- Author:
- Philip Helger
-
-
Element Detail
-
value
String value
- Default:
- ""
-
-