Package com.github.gmazzo.buildconfig
Class BuildConfigValue.Literal
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class BuildConfigValue.Literal extends BuildConfigValue
-
-
Field Summary
Fields Modifier and Type Field Description private final Serializablevalue
-
Constructor Summary
Constructors Constructor Description BuildConfigValue.Literal(Serializable value)
-
Method Summary
Modifier and Type Method Description SerializablegetValue()StringtoString()-
-
Constructor Detail
-
BuildConfigValue.Literal
BuildConfigValue.Literal(Serializable value)
-
-
Method Detail
-
getValue
Serializable getValue()
-
-
-
-