Uses of Interface
com.atlassian.velocity.htmlsafe.introspection.BoxingStrategy

Packages that use BoxingStrategy
com.atlassian.velocity.htmlsafe.introspection   
 

Uses of BoxingStrategy in com.atlassian.velocity.htmlsafe.introspection
 

Subinterfaces of BoxingStrategy in com.atlassian.velocity.htmlsafe.introspection
 interface AnnotationBoxedElement<E>
          This is a union of the BoxedValue and AnnotatedElement interfaces to be implemented by implementations that are responsible for associating annotations with an object.
 

Classes in com.atlassian.velocity.htmlsafe.introspection that implement BoxingStrategy
 class AnnotatedValue<E>
          An annotated value associates a collection of annotations with a value.
 class ToStringDelegatingAnnotationBoxedElement<E>
          AnnotationBoxedElement that delegates all operations to the wrapped element except for toString() which is delegated to the boxed value itself.
 



Copyright © 2013 Atlassian. All Rights Reserved.