All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.caucho.config.cfg.resin-beans.rnc Maven / Gradle / Ivy

default namespace r = "http://caucho.com/ns/resin"

include "env.rnc"
include "webbeans.rnc"
## include "jcp-beans.rnc"

## start = w_beans | compat_beans | r_beans | jcp_beans
start = w_beans | compat_beans | r_beans

r_beans = element beans {
  r_env-Content

  & r_alternatives*

  & r_decorators*
  
  & r_interceptors*

  & element system { r_env-Content }*
}

r_alternatives = element alternatives {
  r_class*
  & r_stereotype*
}

r_decorators = element decorators {
  r_class*
}

r_interceptors = element interceptors {
  r_class*
}

r_stereotype = element stereotype {
  string
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy