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 SummaryConstructors Constructor Description Annotation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods 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- 
getUseCdiForAnnotationScanningpublic Boolean getUseCdiForAnnotationScanning() Defines if CDI should be used for annotation scanning to improve the startup performance.
 - 
getScanPackagespublic String getScanPackages() Servlet context init parameter which defines which packages to scan for beans, separated by commas.
 - 
setUseCdiForAnnotationScanningpublic void setUseCdiForAnnotationScanning(Boolean useCdiForAnnotationScanning) Defines if CDI should be used for annotation scanning to improve the startup performance.
 - 
setScanPackagespublic void setScanPackages(String scanPackages) Servlet context init parameter which defines which packages to scan for beans, separated by commas.
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-