Class AnnotationLiteral

java.lang.Object
com.cloudbees.sdk.extensibility.AnnotationLiteral

public class AnnotationLiteral extends Object
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