javax.ejb
Annotation Type ActivationConfigProperty


public @interface ActivationConfigProperty

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

Version:
$Revision: 1.3.4.6 $
Author:
Bill Burke

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