java get annotation value

Java
@Retention(RetentionPolicy.RUNTIME)
@interface Column {
    ....
}
Source

Also in Java: