Annotation Interface IncludeLangDefaults


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface IncludeLangDefaults
Declares one or more default lang entries for datagen. Can be placed on classes or methods to co-locate lang definitions with the code that uses them.

When modid() is empty, the owning mod is auto-detected by matching the annotated class's package against known @Mod entry points on the classpath.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description