ManagedResource Annotation is not annoted as Inherited [SPR-3500] #8183
Comments
Juergen Hoeller commented This is by intent, actually: FWIW: Similar other annotations aren't inherited either, e.g. JPA's Juergen |
Ray Krueger commented Being able combine autodetection with an inheritble MonitoredResource would be pretty powerful. If there's no chance of me talking you into it go ahead and close this :) |
Greg Nieman commented Submitted on behalf of customer: I would like to understand why Spring's jmx I believe this is a very legitimate jmx use-case, especially when combined with SelfNaming interface. A common use-case we have is: There is a JIRA I found here: http://jira.springframework.org/browse/SPR-3500, but it seems to have been closed. |
Juergen Hoeller commented We finally changed Juergen |
Ray Krueger opened SPR-3500 and commented
I was attempting to annotate an Abstract class as
@ManagedResource
so that all the subclasses could be auto-discovered. Unfortunately the@ManagedResource
annotation itself is not annotated as@Inherited
.Affects: 2.0.1
Referenced from: commits 95a7ec6
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: