JavaScript is disabled on your browser.
Skip navigation links
Wiki
GitHub
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
org.moddingx.libx.annotation.model
Annotation Interface Model
@Retention
(
SOURCE
)
@Target
(
FIELD
)
@Documented
public @interface
Model
Can be attached to public static non-final baked model fields. The model will then be put into those fields.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The path of the model.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
namespace
The namespace of the model.
Element Details
namespace
String
namespace
The namespace of the model. Defaults to the modid inferred for this element.
Default:
""
value
String
value
The path of the model.