Minor documentation fixes.
This commit is contained in:
parent
3322d97487
commit
797f9a4f5d
|
@ -26,7 +26,7 @@ import java.lang.annotation.Target;
|
|||
* This annotation is used to indicate, that a variable, field, or parameter
|
||||
* contains a safe value. If so, the annotated element may be used in an
|
||||
* invocation of a constructor, or method, which is annotated with
|
||||
* {@code @Trusted}.
|
||||
* {@code @Insecure}.
|
||||
*
|
||||
* For example, suggest the following method declaration:
|
||||
* <pre>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
* <dd>By annotating a variable with {@code @Safe}, the API user
|
||||
* declares, that the variable contains trusted input, that can be
|
||||
* used as a parameter in an invocation of a constructor, or method,
|
||||
* that is annotated with {@code @Trusted}.</dd>
|
||||
* that is annotated with {@code @Insecure}.</dd>
|
||||
* </dl>
|
||||
* @since 3.15
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue