The before and after annotations provide hooks to invoke fixture methods before or after an example, specification or suite.
The ConcordionScoped annotation allows you to share fields across a specification when the field is expensive to initialise, for example a browser instance or database connection.
The @ConcordionOptions annotation provides the ability to configure aspects of Concordion, including extensions to the supported Markdown syntax, and saving a copy of the source HTML for debug purposes.
The @ConcordionResources annotation can be used to apply a new theme to your specifications, tweak the existing styling, or add new css, javascript, images, or other resources.
The @ExpectedToFail and @Unimplemented annotations allow you to include Concordion specifications in the build before they have been fully implemented.