A facility for getting the current method's name

Michael Ernst mernst at cs.washington.edu
Sun Oct 2 15:31:42 PDT 2011


> Isn't there a JSR for some annotations and standard processing of them?

Yes, it's JSR 269, which lets you make javac run an annotation processor as
a plugin, via a command-line argument or via auto-discovery.

(I put "Isn't there a JSR for some annotations and standard processing of
them?" in the Google search box, and JSR 269 was the first hit.)

		    -Mike


More information about the jdk8-dev mailing list