@Retention(value=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.