Class WrapperOperationContributor

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class WrapperOperationContributor
    extends OperationContributor
    • Constructor Detail

      • WrapperOperationContributor

        public WrapperOperationContributor()
    • Method Detail

      • includeInheritedMethods

        protected boolean includeInheritedMethods()
        Description copied from class: OperationContributor
        Specifies whether methods in the supertype of the contributor should be included when finding contributed operations. Typically, this should not be the case and, as such, this method returns false by default.
        Overrides:
        includeInheritedMethods in class OperationContributor