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 Details

    • Annotation

      public Annotation()
  • Method Details

    • 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.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object