javax.ejb
Annotation Type ActivationConfigProperty


@Retention(value=RUNTIME)
@Target(value={})
public @interface ActivationConfigProperty

Annotation for adding properties to messaging bean annotations (i.e. @MessageDriven, @Consumer)


Required Element Summary
 java.lang.String propertyName
           
 java.lang.String propertyValue
           
 

Element Detail

propertyName

public abstract java.lang.String propertyName

propertyValue

public abstract java.lang.String propertyValue