de.hilling.lang.annotations.tests.GenerateExternal Maven / Gradle / Ivy
The newest version!
package de.hilling.lang.annotations.tests;
import de.hilling.lang.annotations.GenerateLiteralFor;
@GenerateLiteralFor(Deprecated.class)
@SuppressWarnings("squid:S1610")
abstract class GenerateExternal {
}