Is there anything special I need to know about annotations in osgi? I've searched, but have not found anything...
My problem is that I have a Method with annotations, but during runtime (Eclipse console) these annotations are not "seen". In other words, method.getAnnotations() (and all variations thereof) return "null", so I am unable to obtain the method's annotation. This is not a problem with imports, as I am importing and using a different class from the same package where the annotation is defined. Thanks for any hints. Dave _______________________________________________ OSGi Developer Mail List [email protected] http://www2.osgi.org/mailman/listinfo/osgi-dev
