Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar | |
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Interface and Description |
---|---|
interface |
EjbJarCommonDescriptor<T extends EjbJarCommonDescriptor<T,ENTERPRISEBEANSTYPE1>,ENTERPRISEBEANSTYPE1 extends JavaeeEnterpriseBeansCommonType<T,ENTERPRISEBEANSTYPE1,?,?,?>> |
Modifier and Type | Interface and Description |
---|---|
interface |
EjbJarDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
EjbJarDescriptor descriptor = Descriptors.create(EjbJarDescriptor.class);
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.