Annotation Interface TraceObjectInfo


@Target(TYPE) @Retention(RUNTIME) public @interface TraceObjectInfo
Information about a trace target interface
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The attributes expected or required by this interface
    Keys intrinsic to this interface, whose values are fixed during the object's lifespan
    The name for this interface in the schema
    A short name for this interface type
  • Element Details

    • schemaName

      String schemaName
      The name for this interface in the schema
    • shortName

      String shortName
      A short name for this interface type
    • attributes

      String[] attributes
      The attributes expected or required by this interface
    • fixedKeys

      String[] fixedKeys
      Keys intrinsic to this interface, whose values are fixed during the object's lifespan