Class Scope<C>

java.lang.Object
com.aoapps.lang.attribute.Scope<C>
All Implemented Interfaces:
Serializable

public abstract class Scope<C> extends Object implements Serializable
The most broad concept is scope.

Attribute: Has scope, still needs context and name.

Author:
AO Industries, Inc.
See Also:
  • Constructor Details

    • Scope

      protected Scope()
  • Method Details

    • context

      public abstract Context<C> context(C context)
      Attribute: Uses the given context within this scope, still needs name.
    • attribute

      public abstract <T> Scope.Attribute<C,T> attribute(String name)
      Attribute: Uses the given name within this scope, still needs context.