I want to access a property value in my annotation, as an attribute\'s value.
For ex. in my property file I have an entry expression: 3/10 * * * * ?.
3/10 * * * * ?
You can try to use the APT (annotation processing tool) to replace the value in the annotation with a value from the property file.