On Mon, 2016-10-03 at 17:12 +0530, Chetan Mehrotra wrote:
> On Mon, Oct 3, 2016 at 4:57 PM, Robert Munteanu <[email protected]>
> wrote:
> > AFAIK constants will be inlined by javac, so by referencing them
> > bnd
> > will not add imports to the packages.
> 
> 
> Did not knew that bnd avoids adding import in such cases. Changed the
> code to use the constants then. Thanks for the review feedback!

I don't think bnd does anything special, AFAIR it analyses the bytecode
and the imports are simply not there.

Robert

Reply via email to