Package org.eolang
Annotation Type XmirObject
-
@Target(TYPE) @Retention(RUNTIME) public @interface XmirObject
Annotation for a Java class made from XMIR object.- Since:
- 0.17
-
-
Element Detail
-
oname
String oname
The original name of the object in EO, before optimization.- Returns:
- The name as it was in EO
-
-
-
name
String name
The name of the object in EO.- Returns:
- The name as it is in EO
- Default:
- ""
-
-
-
source
String source
The name of the source file where this Java code was generated from.- Returns:
- The absolute path
- Default:
- ""
-
-