Update interceptors.md (#2033)
Added the mention of public requirement!
This commit is contained in:
parent
f0ed640e24
commit
39eea88b47
|
@ -32,6 +32,8 @@ Creating your own interceptors is easy. Custom interceptor classes do not need t
|
||||||
|
|
||||||
* The method may have any of the parameters specified for the given [Pointcut](/apidocs/hapi-fhir-base/ca/uhn/fhir/interceptor/api/Pointcut.html).
|
* The method may have any of the parameters specified for the given [Pointcut](/apidocs/hapi-fhir-base/ca/uhn/fhir/interceptor/api/Pointcut.html).
|
||||||
|
|
||||||
|
* The method must be public.
|
||||||
|
|
||||||
The following example shows a simple request counter interceptor.
|
The following example shows a simple request counter interceptor.
|
||||||
|
|
||||||
```java
|
```java
|
||||||
|
|
Loading…
Reference in New Issue