Class ReflectiveOperationContributor

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class ReflectiveOperationContributor
    extends OperationContributor
    • Constructor Detail

      • ReflectiveOperationContributor

        public ReflectiveOperationContributor()
    • 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