@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Property
A property is made of a key and a value. Values can either be litterals or expanded values. Expanded values are denoted by curly braces, any such property value will be dereferenced against the instance of the annotated class and used.
Copyright © 2021 eXo Platform SAS. All Rights Reserved.