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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.Removed in MyFaces 4Deprecated.Removed in MyFaces 4inthashCode()Deprecated.voidsetScanPackages(String scanPackages) Deprecated.Removed in MyFaces 4voidsetUseCdiForAnnotationScanning(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. 
 -