Package jodd.json.mock.superhero

Examples of jodd.json.mock.superhero.Villian


        new Flight(1000.0f),
        new Invincible());
  }

  public Villian createLexLuthor() {
    return new Villian("Lex Luthor", createSuperman(), new SecretLair("Legion of Doom"));
  }
View Full Code Here

TOP

Related Classes of jodd.json.mock.superhero.Villian

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.