Repeating annotations and TYPE_USE

Paul Benedict pbenedict at apache.org
Tue Mar 12 10:47:55 PDT 2013


Since there's no such thing as legacy code for TYPE_USE, should any special
consideration be given to always "looking through" the container
application for this kind of @Target?

Example:
public @A @A String foo() { return "foo"; }

Paul



More information about the enhanced-metadata-spec-discuss mailing list