Class AnnotatedProperty.OwnedAnnotation<T extends java.lang.annotation.Annotation>
- java.lang.Object
 - 
- com.inductiveautomation.reporting.designer.workspace.inspector.AnnotatedProperty.OwnedAnnotation<T>
 
 
- 
- Enclosing class:
 - AnnotatedProperty
 
public static class AnnotatedProperty.OwnedAnnotation<T extends java.lang.annotation.Annotation> extends java.lang.ObjectJust a wrapper around an annotation instance to keep track of which method that annotation was found on 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetAnnotation()java.lang.Class<?>getDeclaringClass() 
 - 
 
- 
- 
Method Detail
- 
getAnnotation
public T getAnnotation()
 
- 
getDeclaringClass
public java.lang.Class<?> getDeclaringClass()
 
 - 
 
 -