associated API contaiined in the pakcage com.sun.mirror have been deprecated since Java SE 7. Use the options available in the javac tool and the APIs contained in the packages javax.annotation.processing and javax.lang.model to process annotations[1] . [1] http://docs.oracle.com/javase/7/docs/technotes/guides/apt/
associated API contaiined in the pakcage com.sun.mirror have been deprecated since Java SE 7. Use the options available in the javac tool and the APIs contained in the packages javax.annotation.processing and javax.lang.model to process annotations[1] . [1] http://docs.oracle.com/javase/7/docs/technotes/guides/apt/
options to the javac command; by including JSR 269 support, javac now acts analogously to the apt command in JDK 5[1] . [1] http://docs.oracle.com/javase/7/docs/technotes/guides/apt/
options to the javac command; by including JSR 269 support, javac now acts analogously to the apt command in JDK 5[1] . [1] http://docs.oracle.com/javase/7/docs/technotes/guides/apt/