Class ScopeStub

java.lang.Object
dev.goldmensch.propane.internal.ScopeStub
All Implemented Interfaces:
Scope

public class ScopeStub extends Object implements Scope
  • Field Details

    • INSTANCE

      public static final ScopeStub INSTANCE
  • Method Details

    • priority

      public int priority()
      Description copied from interface: Scope
      The priority of scope determines its order relative to other scopes. Scopes with a higher priority are children, thus inherits all properties of scopes with a lower priority.
      Specified by:
      priority in interface Scope
      Returns:
      the scopes' priority