Java EE 5 SDK

javax.ejb
Annotation Type ActivationConfigProperty


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


Required Element Summary
 String propertyName
           
 String propertyValue
           
 

Element Detail

propertyName

public abstract String propertyName

propertyValue

public abstract String propertyValue

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.