mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
11 lines
230 B
Java
Generated
11 lines
230 B
Java
Generated
// Generated automatically from javax.security.auth.Destroyable for testing purposes
|
|
|
|
package javax.security.auth;
|
|
|
|
|
|
public interface Destroyable
|
|
{
|
|
default boolean isDestroyed(){ return false; }
|
|
default void destroy(){}
|
|
}
|