xyz.block.ftl.GeneratedRef Maven / Gradle / Ivy
package xyz.block.ftl;
/**
* Indicates that the class was generated from an external module.
*/
public @interface GeneratedRef {
String name();
String module();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy