org.springframework.jmx.export.annotation
Annotation Type ManagedNotification
- @Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface ManagedNotification 
JDK 1.5+ method-level annotation that indicates a JMX notification
 emitted by a bean.
- Since:
- 2.0
- Author:
- Rob Harrop
- See Also:
- ManagedNotification
 
 
name
public abstract String name
- 
 
- 
 
notificationTypes
public abstract String[] notificationTypes
- 
 
- 
 
description
public abstract String description
- 
 
- 
 - 
- Default:
- ""
 
Copyright © 2002-2008 The Spring Framework.