mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
11 lines
214 B
Java
Generated
11 lines
214 B
Java
Generated
// Generated automatically from javax.jdo.AttributeConverter for testing purposes
|
|
|
|
package javax.jdo;
|
|
|
|
|
|
public interface AttributeConverter<A, D>
|
|
{
|
|
A convertToAttribute(D p0);
|
|
D convertToDatastore(A p0);
|
|
}
|