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

com.gdssecurity.pmd.annotations.HTMLGenerator Maven / Gradle / Ivy

Go to download

Custom ruleset for the open source static analysis tool PMD. The ruleset contains rules intended to identify security violations that map to the 2013 OWASP Top 10

There is a newer version: 2.33.0
Show newest version
package com.gdssecurity.pmd.annotations;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Documented
@Retention(value=RetentionPolicy.RUNTIME)
@Target(value={ElementType.METHOD})
public @interface HTMLGenerator {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy