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

at.yawk.valda.ir.Member Maven / Gradle / Ivy

The newest version!
package at.yawk.valda.ir;

/**
 * @author yawkat
 */
public interface Member {
    String getName();

    MemberSignature getSignature();

    TypeMirror getDeclaringType();

    boolean isStatic();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy