Klasse MyFacesProperties.Annotation

java.lang.Object
org.joinfaces.autoconfigure.myfaces.MyFacesProperties.Annotation
Umschließende Klasse:
MyFacesProperties

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

    • Annotation

      public Annotation()
      Veraltet.
  • Methodendetails

    • getUseCdiForAnnotationScanning

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

      @Deprecated public String getScanPackages()
      Veraltet.
      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)
      Veraltet.
      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)
      Veraltet.
      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)
      Veraltet.
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
      Veraltet.
    • hashCode

      public int hashCode()
      Veraltet.
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Veraltet.
      Setzt außer Kraft:
      toString in Klasse Object