java_package!() { /* proc-macro */ }Expand description
The main duchess macro, used like so
ⓘ
duchess::java_package! {
package some.pkg.name;
class SomeDotId { * }
}see the tutorial in the duchess book for more info.