Skip to content

Commit

Permalink
SNOW-1566836: Make SnowflakeJdbcInternalApi visible on annotated elem…
Browse files Browse the repository at this point in the history
…ents in javadoc (#1851)
  • Loading branch information
sfc-gh-dprzybysz authored Jul 31, 2024
1 parent fc29e81 commit 58054be
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*/
package net.snowflake.client.core;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
Expand All @@ -19,4 +20,5 @@
ElementType.METHOD
})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface SnowflakeJdbcInternalApi {}

0 comments on commit 58054be

Please sign in to comment.