Interface AttributeDefinition

    • Method Detail

      • isDependencyOnly

        boolean isDependencyOnly()
        Gets whether this attribute definition is only a dependency and thus its values should never be released outside the resolver.
        Returns:
        true if this attribute is only used as a dependency, false otherwise
      • isPreRequested

        boolean isPreRequested()
        Gets whether this attribute definition has to be resolved prior in a first pass (in order to prime contexts which can be used in the "main pass").
        Returns:
        true if this is a definition to be done "first"