Jean Bruno Souto Villete
Sorocaba
public class JeanVillete extends JavaMan implements AnythingAboutTechnology {
private String shortDescription = "brazilian guy, graduated in computer science";
private String[] hobbies = { "I love program languages specially closer to java"
, "learn and create data structures"
, "read and build several types of apps"};
public TruthResults justNeedBeInvoked(Object... requirements) {
// ... the hard work will here...
}
// getters and setters //
}