Package manifold.rt.api
Annotation Type ActualName
-
@Retention(RUNTIME) public @interface ActualName
Use this annotation in projected source code to indicate the actual name of a feature as originally specified. For instance, if a specified name is not an acceptable Java identifier name, you'll have to modify the name in your code. It is important to preserve this information for use with IDE tooling.
-
-
Element Detail
-
value
String value
- Returns:
- The actual name as originally specified in the system of record
-
-