@Documented @Inherited @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Name
| Modifier and Type | Optional Element and Description |
|---|---|
String |
name
Determines the name used to reference this field
This binds tighter than name, meaning that having a field 'foo' named 'bar' and another defined as 'bar', then 'bar' will also need a name, to be referenced Note that multiple fields with the same name is not supported |
public abstract String name
Copyright © 2022. All rights reserved.