Package bar.foo

Class Foo


  • public class Foo
    extends java.lang.Object
    This is class Foo
    Since:
    1.0
    Author:
    Fred
    • Constructor Summary

      Constructors 
      Constructor Description
      Foo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doSomething​(java.lang.String one, int two)
      Do something awesome
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Foo

        public Foo()
    • Method Detail

      • doSomething

        public void doSomething​(java.lang.String one,
                                int two)
        Do something awesome
        Parameters:
        one - is some String
        two - is some int