Package com.github.zhgzhg.tinydi.dynamic
Class RecordedAnnotation
- java.lang.Object
-
- com.github.zhgzhg.tinydi.dynamic.RecordedAnnotation
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
public class RecordedAnnotation extends java.lang.Object implements Recorded
-
-
Constructor Summary
Constructors Constructor Description RecordedAnnotation()Default constructor of the pseudo @Recorded annotation instance, setting the component name to empty string, and its scope to singeton.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>annotationType()ScopeDIscope()java.lang.Stringvalue()
-
-
-
Method Detail
-
value
public java.lang.String value()
-
scope
public ScopeDI scope()
-
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationTypein interfacejava.lang.annotation.Annotation
-
-