1. Define an annotator
In this tutorial we will annotate usages of our properties within Java code. Let's consider a literal which starts with "simple:" as a usage of our property.
2. Register the annotator
3. Run the project
Let's define the following Java file and check if the IDE resolves a property.
If we type an undefined property name, it will annotate the code with a error.