mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
11 lines
201 B
Java
Generated
11 lines
201 B
Java
Generated
// Generated automatically from javax.naming.Referenceable for testing purposes
|
|
|
|
package javax.naming;
|
|
|
|
import javax.naming.Reference;
|
|
|
|
public interface Referenceable
|
|
{
|
|
Reference getReference();
|
|
}
|