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 Summary
Constructors Constructor Description InheritedTimedMethodBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
timedMethodOne()
protected void
timedMethodProtected()
void
timedMethodTwo()
-
Methods inherited from class org.eclipse.microprofile.metrics.tck.inheritance.VisibilityTimedMethodBean
protectedTimedMethod, publicTimedMethod
-
-