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

META-INF.ErraiApp.properties Maven / Gradle / Ivy

There is a newer version: 9.44.0.Final
Show newest version
#
# ErraiApp.properties
#
# Do not remove, even if empty!
#

# This is a marker file. When it is detected inside a JAR or at the
# top of any classpath, the subdirectories are scanned for deployable
# components. As such, all Errai application modules in a project
# should contain an ErraiApp.properties at the root of all classpaths
# that you wish to be scanned.
#
# There are also some configuration options that can be set in this
# file, although it is rarely necessary. See the documentation at
# https://docs.jboss.org/author/display/ERRAI/ErraiApp.properties
# for details.
errai.marshalling.serializableTypes=org.drools.verifier.api.reporting.CheckType \
  org.drools.verifier.api.reporting.ImpossibleMatchIssue \
  org.drools.verifier.api.reporting.Issue \
  org.drools.verifier.api.reporting.Issues \
  org.drools.verifier.api.reporting.MultipleValuesForOneActionIssue \
  org.drools.verifier.api.reporting.RedundantConditionsIssue \
  org.drools.verifier.api.reporting.Severity \
  org.drools.verifier.api.reporting.SingleHitLostIssue \
  org.drools.verifier.api.reporting.ValueForActionIsSetTwiceIssue \
  org.drools.verifier.api.reporting.ValueForFactFieldIsSetTwiceIssue \
  org.drools.verifier.api.Status




© 2015 - 2025 Weber Informatics LLC | Privacy Policy