informaticum / java-bard

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

Add Initialiser Block Declaration(s) to Type Declaration #28

Open ghostcity opened 7 years ago

ghostcity commented 7 years ago

Must render something like:

class Foobar {
    { /* initialiser block ... */ }
}
ghostcity commented 7 years ago

See more at https://stackoverflow.com/questions/12550135/static-block-vs-initializer-block-in-java