Annotation Type CssResource.ImportedWithPrefix


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public static @interface CssResource.ImportedWithPrefix
    Specifies the string prefix to use when one CssResource is imported into the scope of another CssResource.
    See Also:
    CssResource.Import
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value