com.atlassian.confluence.velocity.introspection
Interface AnnotationBoxedElement

All Superinterfaces:
AnnotatedElement, BoxedValue, BoxingStrategy
All Known Implementing Classes:
AnnotatedValue, ToStringDelegatingAnnotationBoxedElement

public interface AnnotationBoxedElement
extends BoxedValue, AnnotatedElement, BoxingStrategy

This is a union of the BoxedValue and AnnotatedElement interfaces to be implemented by implementations that are responsible for associating annotations with an object.


Method Summary
 
Methods inherited from interface com.atlassian.confluence.velocity.introspection.BoxedValue
unbox
 
Methods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent
 
Methods inherited from interface com.atlassian.confluence.velocity.introspection.BoxingStrategy
box
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.