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
at some cases, i want to define a new annotation class that is annotated with @reference, and in the new class, i use AliasFor for attribute override, but it does not work. i want to pull a request and enhance this function.
the sample code is like this: i want to redefine the group name to n"dubbo"
`@Documented @retention(RetentionPolicy.RUNTIME) @target({ElementType.FIELD, ElementType.METHOD}) @reference
public @interface SelfDefineReference {
at some cases, i want to define a new annotation class that is annotated with @reference, and in the new class, i use AliasFor for attribute override, but it does not work. i want to pull a request and enhance this function.
the sample code is like this: i want to redefine the group name to n"dubbo"
`@Documented
@retention(RetentionPolicy.RUNTIME)
@target({ElementType.FIELD, ElementType.METHOD})
@reference
public @interface SelfDefineReference {
}`
The text was updated successfully, but these errors were encountered: