We need a method to allow users to pick the methods that should be included in the IBS.
We can provide an annotation for this:
@ibs(includeMCP default true)
@ibsExclude(justMcp default false)
If you have @ibs it means you only expose the annotated methods .
We need a method to allow users to pick the methods that should be included in the IBS.
We can provide an annotation for this:
@ibs(includeMCP default true)@ibsExclude(justMcp default false)If you have
@ibsit means you only expose the annotated methods .