Annotation Type ProfileMethod


  • public @interface ProfileMethod
    Profiles execution of a method call using annotation. Will be deprecated soon. Please use LogMethod instead
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String profileName
      Sets the name of the profile reported
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean backTrace
      Flags whether method stack trace should be included in the event
      boolean storeReturn
      Flags whether method result will be converted to string and stored in the event
    • Element Detail

      • profileName

        java.lang.String profileName
        Sets the name of the profile reported
        Returns:
      • backTrace

        boolean backTrace
        Flags whether method stack trace should be included in the event
        Returns:
        Default:
        false
      • storeReturn

        boolean storeReturn
        Flags whether method result will be converted to string and stored in the event
        Returns:
        Default:
        false