Package bridge
Annotation Interface Adopt
An annotation for editing class properties
- Notes:
- Usages of this annotation are counted as
adjustments
.
-
Optional Element Summary
-
Element Details
-
clean
boolean cleanRemoves existing class metadata whentrue
- Returns:
- Clean status
- Default:
- false
-
parent
Class<?> parentOverwrites theextends
clause- Returns:
- Parent class
- Notes:
- Compatible super constructor(s) must exist within the specified class for them to be usable
- Default:
- bridge.Polymorphic.class
-
interfaces
Class<?>[] interfacesAppends to theimplements
clause- Returns:
- Parent interfaces
- Default:
- {}
-
signature
String signatureAdds generic type data to the class definition- Returns:
- Signature string
- Default:
- ""
-