-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Mathieu Lachance opened SPR-13138 and commented
I'd like to ship in a separate jar my MBean interface so other can consume it remotely using the MBeanProxyFactoryBean.
Having the ManagedResource/Attribute.... placed over the api interface would allows self-documentation through annotations and be "DRY" (don't repeat yourself).
This improvement would make ManagedResource/Attribute.... similar to the Spring RESTful MVC annotations that can be placed over the interface. Validated/constraints annotations follow also the same pattern.
I've used improvement as the issue type, as I do not know if this is actually a bug.
Affects: 4.1.6
Issue Links:
- Allow @ManagedResource to be used with @Bean methods [SPR-9908] #14541 Allow
@ManagedResource
to be used with@Bean
methods - @ManagedOperationParameter not marked with @Target/@Retention/@Documented/@Repeatable [SPR-13700] #18275
@ManagedOperationParameter
not marked with@Target
/@Retention
/@Documented
/@Repeatable
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement