Skip to content

Instantly share code, notes, and snippets.

View stuartwdouglas's full-sized avatar

Stuart Douglas stuartwdouglas

  • Red Hat
  • Orange NSW Australia
View GitHub Profile
@Produces
@SomeQualifier
public Dools setupDroolsConfig()
{
//set up the configuration and return it.
//any producer that returns a Drools automatically installs a
//set of generic beans with the same qualifier
}