Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In programming, annotations are used to add information to a code element which cannot be expressed by the type system.

learn more… | top users | synonyms (1)

0
votes
0answers
97 views

Create my own Annotation Java

This is the first time I create an Annotation Java and I'd like to create a my own annotation then suppress the execution for a test when necessary. The problem is that I many of my tests I have to ...