Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
global org.example.Helper helper;
Tip
Extend your xbean.xml namespace
Extend your xbean.xml namespace

Don't forget to add the namespace for the util element.

Code Block

xmlns:util="http://www.springframework.org/schema/util"

Then you can use it from your rules ...

...