Annotation librairies error

I am currently working on a project in which I must import the librarys :
import ej.annotation.NonNull;
import ej.annotation.Nullable;

My problem is that these librarys are not recognized by MicroEj SDK. Could you tell me what to do to include these librarys in my project or how include these in my build path ?

Thanks in advance.

Hi @sebasme,

Annotations @NonNull and @Nullable are not yet available in COTS, it should be available publicly soon.

Regards

Hi @pierre.rivron,

Thanks for your reply.:+1: