org.apache.commons.classscan
Interface HasName

All Known Subinterfaces:
MetaAnnotation, MetaAnnotation.Property, MetaClass, MetaClassPathElement, MetaField, MetaMethod, SpiMetaAnnotation, SpiMetaAnnotation.SpiProperty, SpiMetaClass, SpiMetaClassPathElement, SpiMetaField, SpiMetaMethod
All Known Implementing Classes:
BcelAnnotation, BcelClass, BcelField, BcelMethod, BcelProperty, DefaultMetaClassPathElement, PrimitiveClass

public interface HasName

This marker interface indicates that instances have a name.


Method Summary
 String getName()
          Get the name of the instance
 

Method Detail

getName

String getName()
Get the name of the instance



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.