Package me.lucko.shadow.bukkit
Annotation Type Mapping
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface Mapping
Represents a target value for a specificPackageVersion.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringvalueGets the target value.PackageVersionversionGets the package version.
-
-
-
Element Detail
-
version
PackageVersion version
Gets the package version.- Returns:
- the package version
-
-
-
value
String value
Gets the target value.- Returns:
- the value
-
-