Annotation Type PrefMetadata


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface PrefMetadata
    Annotation used for declaring that a specific preference class should be used for a built-in preference.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?> type  
    • Element Detail

      • type

        java.lang.Class<?> type
        Returns:
        the class to be used for the preference