I want to add annotations to some of the constants like in the code below.

public enum Material {
@NonBuyable
@NonSellable
AIR(0),

Then I'm trying to check if it is present with...