org.jboss.reflect.spi
Interface PackageInfo

All Superinterfaces:
AnnotatedInfo, Cloneable, org.jboss.util.JBossInterface
All Known Implementing Classes:
PackageInfoImpl

public interface PackageInfo
extends AnnotatedInfo

Package info

Author:
Adrian Brock

Method Summary
 String getName()
          Get the package name
 
Methods inherited from interface org.jboss.reflect.spi.AnnotatedInfo
getAnnotation, getAnnotations, getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent, isAnnotationPresent
 
Methods inherited from interface org.jboss.util.JBossInterface
clone, toShortString, toShortString
 

Method Detail

getName

String getName()
Get the package name

Returns:
the name


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