Class StoreType.Literal
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<StoreType>
-
- org.projectnessie.server.providers.StoreType.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- StoreType
public static final class StoreType.Literal extends javax.enterprise.util.AnnotationLiteral<StoreType> implements StoreType
Supports inline instantiation of theStoreTypequalifier.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.projectnessie.server.providers.StoreType
StoreType.Literal
-
-
Constructor Summary
Constructors Constructor Description Literal(VersionStoreConfig.VersionStoreType value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersionStoreConfig.VersionStoreTypevalue()-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Literal
public Literal(VersionStoreConfig.VersionStoreType value)
-
-
Method Detail
-
value
public VersionStoreConfig.VersionStoreType value()
-
-