Package org.eolang
Class AtSimple
- java.lang.Object
-
- org.eolang.AtEnvelope
-
- org.eolang.AtSimple
-
- All Implemented Interfaces:
Attr
public final class AtSimple extends AtEnvelope
Default attribute that just keeps single object. Used for tests mostly.The class is NOT thread-safe.
- Since:
- 0.1
-
-
Constructor Detail
-
AtSimple
public AtSimple()
Ctor.
-
AtSimple
public AtSimple(Phi object)
Ctor.- Parameters:
object
- Object that attribute keeps
-
-