Interface Lifecycle.DependenciesPointer

All Superinterfaces:
Lifecycle.Pointer
Enclosing interface:
Lifecycle

public static interface Lifecycle.DependenciesPointer extends Lifecycle.Pointer
Since:
4.0.0
  • Method Details

    • scope

      String scope()
      Returns the dependency scope this pointer applies to.
      Returns:
      the dependency scope, or "all" if not specified
    • type

      default Lifecycle.Pointer.Type type()
      Returns the type of pointer, which is always DEPENDENCIES for a DependenciesPointer.
      Specified by:
      type in interface Lifecycle.Pointer
      Returns:
      the DEPENDENCIES pointer type