Class JabelCompilerPlugin.AllowedInSourceAdvice

  • Enclosing class:
    JabelCompilerPlugin

    static class JabelCompilerPlugin.AllowedInSourceAdvice
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void allowedInSource​(com.sun.tools.javac.code.Source.Feature feature, com.sun.tools.javac.code.Source source)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AllowedInSourceAdvice

        AllowedInSourceAdvice()
    • Method Detail

      • allowedInSource

        @OnMethodEnter
        static void allowedInSource​(@This
                                    com.sun.tools.javac.code.Source.Feature feature,
                                    @Argument(value=0,readOnly=false)
                                    com.sun.tools.javac.code.Source source)