You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
insert-annotations-to-source should issue a warning and decline to insert an annotation if the requested insertion location is not in the set indicated in the @Target meta-annotation on the annotation's definition, or in the default set if there is no explicit @Target. In particular, if the annotation's definition is annotated with @Target({}), it should not be inserted anywhere in the source.
The text was updated successfully, but these errors were encountered:
insert-annotations-to-source
should issue a warning and decline to insert an annotation if the requested insertion location is not in the set indicated in the@Target
meta-annotation on the annotation's definition, or in the default set if there is no explicit@Target
. In particular, if the annotation's definition is annotated with@Target({})
, it should not be inserted anywhere in the source.The text was updated successfully, but these errors were encountered: