dimanche 18 décembre 2016

how to get the value of a javax.lang.model.element.Element?

I am implementing my own annotation processor and i would like to get the value of final static fields. Example:

public final static String ID = "id";

how is it possible to get this value "id"?





Aucun commentaire:

Enregistrer un commentaire