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

de.hilling.lang.annotations.GenerateLiteral Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package de.hilling.lang.annotations;

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

/**
 * Activate the Annotation Literal Processor to generate a an implementation for the
 * annotated annotation.
 */
@Retention(RetentionPolicy.SOURCE)
@Target(ElementType.TYPE)
public @interface GenerateLiteral {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy