Annotation Type SlashedClassName


  • @Documented
    @TypeQualifier(applicableTo=java.lang.CharSequence.class)
    @Retention(RUNTIME)
    public @interface SlashedClassName
    * Denotes a class name or package name where the / character is used to separate package/class name components.
    Author:
    pugh
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String NOT_AVAILABLE  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      javax.annotation.meta.When when  
    • Field Detail

      • NOT_AVAILABLE

        static final java.lang.String NOT_AVAILABLE
    • Element Detail

      • when

        javax.annotation.meta.When when
        Default:
        javax.annotation.meta.When.ALWAYS