Annotation Type Property


  • @Retention(CLASS)
    @Target(PARAMETER)
    @Documented
    @Deprecated
    public @interface Property
    Deprecated.
    Use org.jboss.logging.annotations.Property provided in module org.jboss.logging:jboss-logging-annotations
    Indicate that a method parameter value should be applied to a property (with a setter method) on the resultant exception object.
    Author:
    David M. Lloyd
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String name
      Deprecated.
      The property name.
    • Element Detail

      • name

        java.lang.String name
        Deprecated.
        The property name. If not specified, the parameter name is assumed to be the property name.
        Returns:
        the property name
        Default:
        ""