Annotation Interface Platform.Substitute

Enclosing class:
Platform

@Target(TYPE) @Retention(RUNTIME) @Documented public static @interface Platform.Substitute
Annotation used to mark a class as a substitute of another, A substitute is a resource that is resolved by the factory as a direct customization of an original resource The class name of the substitute MUST be the same of the substituted one.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      Class<?> value
      Returns:
      the class to customize