Skip to content

Commit

Permalink
Resolved compilation warning: Missing @deprecated Java annotation at @…
Browse files Browse the repository at this point in the history
…deprecated JavaDoc annotation
  • Loading branch information
mkarg committed Aug 11, 2024
1 parent c95ca94 commit aea10b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/beust/jcommander/ResourceBundle.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
*
* @author Cedric Beust <[email protected]>
*/
@Deprecated
@Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
@Target({ TYPE })
public @interface ResourceBundle {
Expand Down

0 comments on commit aea10b4

Please sign in to comment.