informaticum / java-bard

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

Support all 4 Kinds of Type Declarations #15

Closed ghostcity closed 7 years ago

ghostcity commented 7 years ago

Must render something like:

@interface/interface/class/enum Foobar {
}