@Retention(value=SOURCE)
@Target(value=METHOD)
public @interface CMacroInfo
Informational only. Used to annotate a method that implements features implemented by a macro in
C. There is no automatic way to translate a C macro to equivalent Java code. Therefore, the body
of the annotated method must be written manually, and updated manually when the C macro changes.
- Since:
- 1.0