public abstract class AbstractClassFileData extends ClassData
ClassData implementations that read a class definition from a file.| Constructor and Description |
|---|
AbstractClassFileData() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Annotated> |
getAnnotated(AnnotationFilter filter)
Returns the annotated elements found for this class.
|
protected abstract File |
getFile()
Returns the file containing the class definition.
|
classPackage, getInputStream, rawTypeName, rawTypeName, toClassNameprotected abstract File getFile()
public Iterator<Annotated> getAnnotated(AnnotationFilter filter)
getAnnotated in class ClassDataCopyright © 2025 The Cornutum Project. All rights reserved.