Package org.onebusaway.gtfs.annotations
Annotation Type Experimental
-
@Retention(SOURCE) @Target(FIELD) @Documented public @interface Experimental
This annotation indicates that a field is experimental.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringproposedByThis indicates what issue this field was proposed in.
-
-
-
Element Detail
-
proposedBy
String proposedBy
This indicates what issue this field was proposed in. Ideally this should be a URL.
-
-