Package io.github.classgraph
Interface HasName
-
- All Known Implementing Classes:
AnnotationInfo
,AnnotationParameterValue
,ClassInfo
,FieldInfo
,MethodInfo
,ModuleInfo
,PackageInfo
public interface HasName
A named object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Get the name.
-