Package xyz.block.ftl
Annotation Export
-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Retention(value = RetentionPolicy.RUNTIME)@Target(value = {ElementType.METHOD, ElementType.TYPE, ElementType.PARAMETER}) public @interface Export
Marks the given item as exported in the FTL schema.
-
-
Method Summary
Modifier and Type Method Description abstract ExportVisibilityvalue()-
-
Method Detail
-
value
abstract ExportVisibility value()
-
-
-
-