CDI tools 3.3.0.CR1 What's New

< Main Index Maven Tools News >


Apache Deltaspike


Deltaspike Annotations

Since this version CDI tools supports a bunch of Apache Deltaspike CDI extensions. If your project has CDI support enabled (Project->Properties->CDI) and the project classpath contains corresponding Deltaspike module then Deltaspike features will be enabled automatically.

CDI tools recognizes some Deltaspike annotations which should be taken into account by the related tools features such as validation, code completion, hyperlinks, refactoring, etc.

Here is a full list of Deltaspike annotations which is now supported by CDI tools:

  • @Excludes
  • @ConfigProperty
  • @MessageBundle
  • @ExceptionHandler
  • @Handles
  • @Sequres
  • @SecurityBindingType
  • @SecurityParameterBinding
  • @Sequred

Related Jira