Class AnotherSample
- java.lang.Object
-
- ASample
-
- AnotherSample
-
public class AnotherSample extends ASample
-
-
Constructor Summary
Constructors Constructor Description AnotherSample()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
anotherSampleMethod(String one, Long two)
-
Methods inherited from class ASample
aSampleMethod
-
-