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

xyz.block.ftl.Export Maven / Gradle / Ivy

The newest version!
package xyz.block.ftl;

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

/**
 * Marks the given item as exported in the FTL schema.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.METHOD, ElementType.TYPE, ElementType.PARAMETER })
public @interface Export {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy