Class TestScoped.Literal
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<TestScoped>
-
- com.github.jonasrutishauser.cdi.test.api.context.TestScoped.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- TestScoped
public static class TestScoped.Literal extends jakarta.enterprise.util.AnnotationLiteral<TestScoped> implements TestScoped
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.jonasrutishauser.cdi.test.api.context.TestScoped
TestScoped.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static TestScoped
INSTANCE
-
Method Summary
-
Methods inherited from class jakarta.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
-
-
-
-
Field Detail
-
INSTANCE
public static final TestScoped INSTANCE
-
-