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
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value  
    • Element Detail

      • value

        String value
        Default:
        ""