Package com.cake.azimuth.lang
Annotation 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 -
Optional Element Summary
Optional Elements
-
Element Details
-
value
LangDefault[] value -
modid
String modid- Default:
""
-