Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 79b6eae087c1dada72f2e85866a6b09af34804f3
https://github.com/resteasy/Resteasy/commit/79b6eae087c1dada72f2e85866a6b...
Author: wattdave <dave.watt(a)autodesk.com>
Date: 2017-06-27 (Tue, 27 Jun 2017)
Changed paths:
M docbook/reference/en/en-US/modules/Interceptors.xml
Log Message:
-----------
Update Interceptors.xml
The custom attribute used for annotating filters and interceptors must have
@Retention(RententionPolicy.RUNTIME) in order to actually be seen by the RestEasy runtime.
This commit makes that clear in the documentation.