Class DefaultAnnotationInfo<T>

java.lang.Object
cloud.piranha.micro.shrinkwrap.core.DefaultAnnotationInfo<T>
Type Parameters:
T - the type.
All Implemented Interfaces:
AnnotationInfo<T>

public class DefaultAnnotationInfo<T> extends Object implements AnnotationInfo<T>
The default AnnotationInfo.
Author:
Arjan Tijms, Manfred Riem ([email protected])
  • Constructor Details

    • DefaultAnnotationInfo

      public DefaultAnnotationInfo(T instance, AnnotatedElement target)
      Constructor.
      Parameters:
      instance - the instance.
      target - the target annotated element.
  • Method Details