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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getScanPackages()
Servlet context init parameter which defines which packages to scan for beans, separated by commas.Boolean
getUseCdiForAnnotationScanning()
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.String
toString()
-
-
-
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)
-
-