Class AnnotationLiteral
java.lang.Object
com.cloudbees.sdk.extensibility.AnnotationLiteral
Factory for annotation objects.
Using Guice often requires one to create instances of Annotation subtypes
with values that are only determined at runtime.
This factory helps you do that.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Annotation>
Tstatic <T extends Annotation>
Tstatic <T extends Annotation>
Tstatic <T extends Annotation>
T
-
Constructor Details
-
AnnotationLiteral
public AnnotationLiteral()
-
-
Method Details
-
of
-
of
-
of
-
of
-