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
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
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.