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: 69888 $
Author:
Adrian Brock

Field Summary
static AnnotationItem<? extends Annotation>[] NO_ANNOTATION_ITEMS
          No annotations
 
Method Summary
 AnnotationItem<? extends Annotation>[] 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<? extends Annotation>[] NO_ANNOTATION_ITEMS
No annotations

Method Detail

getAnnotations

AnnotationItem<? extends Annotation>[] getAnnotations()
Get the annotations

Returns:
the annotations


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.