macro_rules! java_str { ($str:tt) => { ... }; }
Builds a JavaStr literal at compile time from a string literal.
JavaStr