Skip to content

Commit

Permalink
Latest docs on successful build 5543 auto-pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Sep 8, 2023
1 parent 93b548a commit 9e21b51
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h1 title="Annotation Type CompileTimeConstant" class="title">Annotation Type Co

<pre><code>
public class C {
\@CompileTimeConstant final String S;
@CompileTimeConstant final String S;
public C(@CompileTimeConstant String s) {
this.S = s;
}
Expand All @@ -147,7 +147,7 @@ <h1 title="Annotation Type CompileTimeConstant" class="title">Annotation Type Co

<pre><code>
public class C {
\@CompileTimeConstant String S;
@CompileTimeConstant String S;
public C(@CompileTimeConstant String s) {
this.S = s;
}
Expand All @@ -160,7 +160,7 @@ <h1 title="Annotation Type CompileTimeConstant" class="title">Annotation Type Co

<pre><code>
public class C {
\@CompileTimeConstant final String S;
@CompileTimeConstant final String S;
public C(String s) {
this.S = s;
}
Expand Down

0 comments on commit 9e21b51

Please sign in to comment.