com.atlassian.analytics.api.annotations
Annotation Type Analytics


Deprecated. as of 2.25. Use EventName instead.

@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Analytics

Provides the event name for an analytics event.

Since:
2.12

Optional Element Summary
 java.lang.String value
          Deprecated. Provides the event name for an analytics event.
 

value

public abstract java.lang.String value
Deprecated. 
Provides the event name for an analytics event.

Default:
""


Copyright © 2013 Atlassian. All Rights Reserved.