Tell me please how can I get annotations for generic type.
Example: I have public List<@NotNull GuestForm> guests and i want to get NotNull annotation.
public List<@NotNull GuestForm> guests