Class ScopeStub
java.lang.Object
dev.goldmensch.propane.internal.ScopeStub
- All Implemented Interfaces:
Scope
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintpriority()The priority of scope determines its order relative to other scopes.
-
Field Details
-
INSTANCE
-
-
Method Details
-
priority
public int priority()Description copied from interface:ScopeThe 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.
-