jdk/src/java.base/share/classes/javax/security/auth/AuthPermission.java
changeset 45434 4582657c7260
parent 33282 00f3c40fd3af
equal deleted inserted replaced
45433:01ecdcf197df 45434:4582657c7260
   137  * </pre>
   137  * </pre>
   138  *
   138  *
   139  * @implNote
   139  * @implNote
   140  * Implementations may define additional target names, but should use naming
   140  * Implementations may define additional target names, but should use naming
   141  * conventions such as reverse domain name notation to avoid name clashes.
   141  * conventions such as reverse domain name notation to avoid name clashes.
       
   142  * @since 1.4
   142  */
   143  */
   143 public final class AuthPermission extends
   144 public final class AuthPermission extends
   144 java.security.BasicPermission {
   145 java.security.BasicPermission {
   145 
   146 
   146     private static final long serialVersionUID = 5806031445061587174L;
   147     private static final long serialVersionUID = 5806031445061587174L;