Class MyfacesProperties.Annotation
java.lang.Object
org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Annotation
- Enclosing class:
- MyfacesProperties
Annotation class of useCdiForAnnotationScanning and scanPackages properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Servlet context init parameter which defines which packages to scan for beans, separated by commas.Defines if CDI should be used for annotation scanning to improve the startup performance.int
hashCode()
void
setScanPackages
(String scanPackages) Servlet context init parameter which defines which packages to scan for beans, separated by commas.void
setUseCdiForAnnotationScanning
(Boolean useCdiForAnnotationScanning) Defines if CDI should be used for annotation scanning to improve the startup performance.toString()
-
Constructor Details
-
Annotation
public Annotation()
-
-
Method Details
-
getUseCdiForAnnotationScanning
Defines if CDI should be used for annotation scanning to improve the startup performance. -
getScanPackages
Servlet context init parameter which defines which packages to scan for beans, separated by commas. -
setUseCdiForAnnotationScanning
Defines if CDI should be used for annotation scanning to improve the startup performance. -
setScanPackages
Servlet context init parameter which defines which packages to scan for beans, separated by commas. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-