Package javax.jms
Annotation Type JMSPasswordCredential
- 
 @Retention(RUNTIME) @Target({METHOD,FIELD,PARAMETER,TYPE}) public @interface JMSPasswordCredentialThis annotation may be used to specify the userName and password to be used when injecting ajavax.jms.JMSContextobject.- Since:
- JMS 2.0
- See Also:
- ConnectionFactory.createContext(java.lang.String, java.lang.String)