Package bridge
Annotation Interface Adopt
An annotation for editing class properties
-
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.Bridges.class
-
interfaces
Class<?>[] interfacesAppends to theimplements
clause- Returns:
- Parent Interfaces
- Default:
- {}
-
signature
String signatureAdds extra signature data to the class definition- Returns:
- Signature String
- Notes:
- This is currently used in Java to store generic type definitions
- Default:
- ""
-