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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetAnnotation()java.lang.Class<?>getDeclaringClass()
 
- 
- 
- 
Method Detail- 
getAnnotationpublic T getAnnotation() 
 - 
getDeclaringClasspublic java.lang.Class<?> getDeclaringClass() 
 
- 
 
-