Package org.eolang.maven
Class Place
- java.lang.Object
-
- org.eolang.maven.Place
-
public final class Place extends Object
Make the place for the object.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description Place(String obj)
Ctor.Place(ObjectName obj)
Ctor.
-
-
-
Constructor Detail
-
Place
public Place(ObjectName obj)
Ctor.- Parameters:
obj
- The name of the object
-
Place
public Place(String obj)
Ctor.- Parameters:
obj
- The name of the object
-
-