Class InheritedTimedMethodBean

java.lang.Object
org.eclipse.microprofile.metrics.tck.inheritance.VisibilityTimedMethodBean
org.eclipse.microprofile.metrics.tck.inheritance.InheritedTimedMethodBean

@Dependent public class InheritedTimedMethodBean extends VisibilityTimedMethodBean
  • Constructor Details

    • InheritedTimedMethodBean

      public InheritedTimedMethodBean()
  • Method Details

    • timedMethodOne

      @Timed public void timedMethodOne()
    • timedMethodTwo

      @Timed public void timedMethodTwo()
    • timedMethodProtected

      @Timed protected void timedMethodProtected()