Class MyfacesProperties.Annotation
- java.lang.Object
-
- org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Annotation
-
- Enclosing class:
- MyfacesProperties
public static class MyfacesProperties.Annotation extends Object
Annotation class of useCdiForAnnotationScanning and scanPackages properties.
-
-
Constructor Summary
Constructors Constructor Description Annotation()
-
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetScanPackages()Servlet context init parameter which defines which packages to scan for beans, separated by commas.BooleangetUseCdiForAnnotationScanning()Defines if CDI should be used for annotation scanning to improve the startup performance.inthashCode()voidsetScanPackages(String scanPackages)Servlet context init parameter which defines which packages to scan for beans, separated by commas.voidsetUseCdiForAnnotationScanning(Boolean useCdiForAnnotationScanning)Defines if CDI should be used for annotation scanning to improve the startup performance.StringtoString()
-
-
-
Method Detail
-
getUseCdiForAnnotationScanning
public Boolean getUseCdiForAnnotationScanning()
Defines if CDI should be used for annotation scanning to improve the startup performance.
-
getScanPackages
public String getScanPackages()
Servlet context init parameter which defines which packages to scan for beans, separated by commas.
-
setUseCdiForAnnotationScanning
public void setUseCdiForAnnotationScanning(Boolean useCdiForAnnotationScanning)
Defines if CDI should be used for annotation scanning to improve the startup performance.
-
setScanPackages
public void setScanPackages(String scanPackages)
Servlet context init parameter which defines which packages to scan for beans, separated by commas.
-
canEqual
protected boolean canEqual(Object other)
-
-