Annotation Interface Extension


@Retention(RUNTIME) @Target(FIELD) @Inherited public @interface Extension
Marks fields to be added to Concordion as extensions. Fields with this annotation must implement org.concordion.api.extension.ConcordionExtension. As of Concordion 2.0.0, fields with this annotation are no longer required to have public visibility.