Interface HasName

All Known Implementing Classes:
AnnotationInfo, AnnotationParameterValue, ArrayClassInfo, ClassInfo, FieldInfo, MethodInfo, ModuleInfo, PackageInfo

public interface HasName
A named object.
  • Method Summary

    Modifier and Type Method Description
    String getName()
    Get the name.
  • Method Details