informaticum / java-bard

A Java API for Generating Java Source Files
MIT License
0 stars 1 forks source link

Add Constructor(s) to Type Declaration #25

Open ghostcity opened 7 years ago

ghostcity commented 7 years ago

Must render something like:

class Foobar {
    public Foobar() { ... }
}