Class MyfacesProperties.Annotation

  • Enclosing class:
    MyfacesProperties

    public static class MyfacesProperties.Annotation
    extends Object
    Annotation class of useCdiForAnnotationScanning and scanPackages properties.
    • Constructor Detail

      • Annotation

        public Annotation()
    • Method Detail

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

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object