Skip to content

Commit

Permalink
Debug annotation: add 'since' javadoc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chashnikov committed Nov 1, 2019
1 parent da511f4 commit 1afa627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/src/main/java/org/jetbrains/annotations/Debug.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;

/**
* @since 18.0.0
*/
public interface Debug {
/**
* Allows to change the presentation of an object in debuggers
Expand Down

0 comments on commit 1afa627

Please sign in to comment.