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

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

The newest version!
package xyz.block.ftl;

/**
 * Indicates that the class was generated from an external module.
 */
public @interface GeneratedRef {

    String name();

    String module();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy