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