getAnnotationsByType

Jonathan Gibbons jonathan.gibbons at oracle.com
Wed Feb 20 14:30:40 PST 2013


Joe,

With the proposed new javax.lang.model API for type annotationns, I get 
compilation errors in jaxws.

Is this to be expected, and do we have a plan to address this?

-- Jon

/w/jjg/work/type-annos/type-annotations/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/model/nav/ApNavigator.java:365: 
error: <anonymous com.sun.tools.internal.jxc.model.nav.ApNavigator$1> is 
not abstract and does not override abstract method 
<A>getAnnotationsByType(Class<A>) in AnnotatedConstruct
     private static final TypeMirror DUMMY = new TypeMirror() {



More information about the type-annotations-dev mailing list