Skip to content

Commit

Permalink
ElementType.ANNOTATION_TYPE to allow "annotation bundle" usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalFoksa committed May 8, 2022
1 parent 3ea866d commit 657e214
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Annotation allows to override default Avro type namespace value.
* Default value is Java package name.
*/
@Target(ElementType.TYPE)
@Target({ElementType.TYPE, ElementType.ANNOTATION_TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface AvroNamespace {
String value();
Expand Down

0 comments on commit 657e214

Please sign in to comment.