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

com.checkmarx.sdk.dto.XXIssue Maven / Gradle / Ivy

There is a newer version: 0.4.47
Show newest version
package com.checkmarx.sdk.dto;


public abstract class XXIssue {
    public abstract String getVulnType();
    public abstract String getFilename();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy