Registering beans through meta annotations #38216
Unanswered
UbiquitousBear
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a library which registers beans using the following code to register beans annotated with
@BrowserCallable
via an extension:I'd like to have a composed annotation which combines this
@BrowserCallable
annotation with@PermitRoles
. Currently, using this annotation, the classes aren't registered as beans.Is it possible to have meta-annotations, or should I build an extension to just handle this annotation?
Beta Was this translation helpful? Give feedback.
All reactions