Testing fix for small tags
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/ca5b624f Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/ca5b624f Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/ca5b624f Branch: refs/heads/master Commit: ca5b624f2ef8a50f972d32771b95299c68c4015f Parents: b41f269 Author: Ryan McGuinness <[email protected]> Authored: Sun Dec 16 19:30:39 2018 -0500 Committer: Ryan McGuinness <[email protected]> Committed: Sun Dec 16 19:30:39 2018 -0500 ---------------------------------------------------------------------- examples/access-timeout-meta/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/ca5b624f/examples/access-timeout-meta/README.adoc ---------------------------------------------------------------------- diff --git a/examples/access-timeout-meta/README.adoc b/examples/access-timeout-meta/README.adoc index d6035ab..99ab2e8 100644 --- a/examples/access-timeout-meta/README.adoc +++ b/examples/access-timeout-meta/README.adoc @@ -24,7 +24,7 @@ then be centralized in the `api` package and changes to timeout values will be l An interesting side-effect of this approach is that if the `api` package where the meta-annotation definitions exist is kept in a separate jar as well, then one can effectively change the configuration of an entire application by simply replacing the `api` jar. -=== @Metatype <small>The "root" Meta-Annotation</small> +=== @Metatype [.small]The "root" Meta-Annotation As with all meta-annotation usage, you first need to create your own "root" meta-annotation. This is as easy as creating an annotation named `Metatype` that is annotated with itself and has `ElementType.ANNOTATION_TYPE` as its target.
