Annotation Type Properties
Makes it possible to define more than one set of properties for each platform.
The effective set of properties are taken from all
Platform values in
this annotation, but priority is given to values found later in the list, making
it possible to define a default set of properties as the first value of the array,
and specializing a smaller set of properties for each platform, subsequently.
A class with this annotation gets recognized as top-level enclosing class by
Loader.getEnclosingClass(Class), with the same implications as with
the Platform annotation.
Additionally, it is possible to inherit properties from another class also annotated with this annotation, and specialize further for the current class.
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe name of a class where to output any global declarations that are not in classes.An optional helper class theParsershould use as base for the global class.Class[]A list of classes from which to inherit properties.String[]A list of platform names to be used as default forvalue().Platform[]A list of properties for different platforms.
-
Element Details
-
inherit
-
names
-
value
-
target
-
global
-
helper
-