@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface SpecMetadata
Internal specification metadata generated by the compiler for consumption
by the runtime. Currently only serves as an indication that the specification
has been compiled successfully.
- Author:
- Peter Niederwieser