org.jboss.metadata.spi.retrieval
Interface AnnotationsItem

All Superinterfaces:
Item<Annotation[]>
All Known Implementing Classes:
BasicAnnotationsItem, CummulativeAnnotationsItem, SimpleAnnotationsItem

public interface AnnotationsItem
extends Item<Annotation[]>

Annotations item.

Version:
$Revision: 45742 $
Author:
Adrian Brock

Field Summary
static AnnotationItem[] NO_ANNOTATION_ITEMS
          No annotations
 
Method Summary
 AnnotationItem[] getAnnotations()
          Get the annotations
 
Methods inherited from interface org.jboss.metadata.spi.retrieval.Item
getValue, isCachable, isValid
 

Field Detail

NO_ANNOTATION_ITEMS

static final AnnotationItem[] NO_ANNOTATION_ITEMS
No annotations

Method Detail

getAnnotations

AnnotationItem[] getAnnotations()
Get the annotations

Returns:
the annotations


Copyright ? 2007 JBoss Inc.. All Rights Reserved.