Class DefaultAnnotationManager.DefaultAnnotationInfo<T>

java.lang.Object
cloud.piranha.webapp.impl.DefaultAnnotationManager.DefaultAnnotationInfo<T>
All Implemented Interfaces:
AnnotationManager.AnnotationInfo<T>
Enclosing class:
DefaultAnnotationManager

public static class DefaultAnnotationManager.DefaultAnnotationInfo<T>
extends java.lang.Object
implements AnnotationManager.AnnotationInfo<T>
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultAnnotationInfo​(T instance, java.lang.reflect.AnnotatedElement target)  
  • Method Summary

    Modifier and Type Method Description
    T getInstance()  
    java.lang.reflect.AnnotatedElement getTarget()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface cloud.piranha.webapp.api.AnnotationManager.AnnotationInfo

    getTargetType