Annotation Interface 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. e.g. java/util/Collection, foo/Bar$Baz
Author:
pugh
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Optional Element Summary

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Field Details

  • Element Details

    • when

      javax.annotation.meta.When when
      Default:
      ALWAYS