@Deprecated @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Configuration
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
deploymentModules
Deprecated.
Additional modules to be added to each deployment (via prepareArchive()).
|
String |
extension
Deprecated.
Name of the module for the WildFly extension, if any.
|
String |
extensionClassName
Deprecated.
Name of a specific Extension implementation within the extension module.
|
boolean |
ignorable
Deprecated.
Flag to determine if this fraction is ignorable.
|
boolean |
marshal
Deprecated.
Flag to determine if DMR marshalling of this fraction should be used.
|
String |
parserFactoryClassName
Deprecated.
Specific parser-factory class name.
|
public abstract String extension
public abstract boolean marshal
public abstract boolean ignorable
public abstract String parserFactoryClassName
public abstract String extensionClassName
public abstract String[] deploymentModules
Copyright © 2016 JBoss by Red Hat. All rights reserved.