Annotation Interface ResourceType


@Retention(RUNTIME) public @interface ResourceType
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Names of the file that this Resource loads from
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Load priority - dictates which order to load this resource, with "highest" being loaded first
  • Element Details

    • name

      String[] name
      Names of the file that this Resource loads from
    • loadPriority

      Load priority - dictates which order to load this resource, with "highest" being loaded first
      Default:
      NORMAL