public interface ClassInfo.ClassInfoAction
Functional interface for performing actions on ClassInfo instances.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
onClassInfo(ClassInfo classInfo)Performs an action on the given ClassInfo. |
Performs an action on the given ClassInfo.
classInfo - the class information to act upon