Class ModelBuilderAddingAccessControlFilter.ModelPlaceholder

    • Method Detail

      • isServing

        public boolean isServing()
        Description copied from class: ConfigModel

        Returns whether this model must be maintained in memory for serving config requests. Models which are used to amend other models at build time should override this to return false.

        This default implementation returns true.

        Overrides:
        isServing in class ConfigModel