Annotation Type SpecMetadata


  • @Retention(RUNTIME)
    @Target(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
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String FILENAME  
      static java.lang.String LINE  
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String filename  
      int line  
    • Field Detail

      • FILENAME

        static final java.lang.String FILENAME
      • LINE

        static final java.lang.String LINE
    • Element Detail

      • filename

        java.lang.String filename
      • line

        int line