All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vmlens.report.description.NeedsDescriptionCallback Maven / Gradle / Ivy

package com.vmlens.report.description;

public interface NeedsDescriptionCallback {

    void needsField(int fieldId);
    void needsMethod(int methodId);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy