接口 ProvidesInfoVisitor
-
public interface ProvidesInfoVisitorThis interface specifies the methods for a visitor ofProvidesInfoinstances. Note that there is only a single implementation ofProvidesInfo, such that this interface is not strictly necessary as a visitor.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidvisitProvidesInfo(Clazz clazz, ProvidesInfo providesInfo)
-
-
-
方法详细资料
-
visitProvidesInfo
void visitProvidesInfo(Clazz clazz, ProvidesInfo providesInfo)
-
-