org.apache.openejb.monitoring
Annotation Type ManagedCollection


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface ManagedCollection


Required Element Summary
 Class<?> type
           
 
Optional Element Summary
 boolean append
           
 String description
           
 String key
           
 

Element Detail

type

public abstract Class<?> type

description

public abstract String description
Default:
""

key

public abstract String key
Default:
""

append

public abstract boolean append
Default:
false


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.