public class Weld<T extends Weld> extends Object
| Constructor and Description |
|---|
Weld() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
developmentMode()
Weld comes with a special mode for application development.
|
T |
developmentMode(Boolean value)
Weld comes with a special mode for application development.
|
String |
getKey() |
Boolean |
nonPortableMode()
If true then the non-portable mode is enabled.
|
T |
nonPortableMode(Boolean value)
If true then the non-portable mode is enabled.
|
Boolean |
requireBeanDescriptor()
If true then implicit bean archives without bean descriptor file (beans.xml) are ignored by Weld
|
T |
requireBeanDescriptor(Boolean value)
If true then implicit bean archives without bean descriptor file (beans.xml) are ignored by Weld
|
public String getKey()
public Boolean developmentMode()
public T developmentMode(Boolean value)
public Boolean nonPortableMode()
public T nonPortableMode(Boolean value)
public Boolean requireBeanDescriptor()
Copyright © 2015 JBoss by Red Hat. All rights reserved.