Class ScopeLiteral

java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<jakarta.inject.Scope>
org.jboss.weld.literal.ScopeLiteral
All Implemented Interfaces:
Annotation

public class ScopeLiteral extends jakarta.enterprise.util.AnnotationLiteral<jakarta.inject.Scope> implements jakarta.inject.Scope
Annotation literal for Scope?
Author:
Pete Muir
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final jakarta.inject.Scope
     
  • 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
  • Field Details

    • INSTANCE

      public static final jakarta.inject.Scope INSTANCE