Class MyFacesProperties.Annotation

java.lang.Object
org.joinfaces.autoconfigure.myfaces.MyFacesProperties.Annotation
Enclosing class:
MyFacesProperties

@Deprecated public static class MyFacesProperties.Annotation extends Object
Deprecated.
Removed in MyFaces 4
Annotation class of useCdiForAnnotationScanning and scanPackages properties.
  • Constructor Details

    • Annotation

      public Annotation()
      Deprecated.
  • Method Details

    • getUseCdiForAnnotationScanning

      @Deprecated public Boolean getUseCdiForAnnotationScanning()
      Deprecated.
      Removed in MyFaces 4
      Defines if CDI should be used for annotation scanning to improve the startup performance.
    • getScanPackages

      @Deprecated public String getScanPackages()
      Deprecated.
      Removed in MyFaces 4
      Servlet context init parameter which defines which packages to scan for beans, separated by commas.
    • setUseCdiForAnnotationScanning

      @Deprecated public void setUseCdiForAnnotationScanning(Boolean useCdiForAnnotationScanning)
      Deprecated.
      Removed in MyFaces 4
      Defines if CDI should be used for annotation scanning to improve the startup performance.
    • setScanPackages

      @Deprecated public void setScanPackages(String scanPackages)
      Deprecated.
      Removed in MyFaces 4
      Servlet context init parameter which defines which packages to scan for beans, separated by commas.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object