Package overit.geocall.platform
Annotation Interface Platform.Substitute
- Enclosing class:
Platform
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
-
Element Details
-
value
Class<?> value- Returns:
- the class to customize
-