@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Bound
Annotation to mark in code that field or method are bound by name -> using reflexion.
It should indicate that changing it's name or removing it would cause broken code somewhere.
Created by vmijic on 10.3.16..