examples: annotate examples
[nit.git] / contrib / jwrapper / tests / statics.javap
1 public final class com.oracle.net.Sdp {
2   public static java.net.Socket openSocket() throws java.io.IOException;
3   public static java.net.ServerSocket openServerSocket() throws java.io.IOException;
4   public static java.nio.channels.SocketChannel openSocketChannel() throws java.io.IOException;
5   public static java.nio.channels.ServerSocketChannel openServerSocketChannel() throws java.io.IOException;
6 }
7 public class com.sun.activation.registries.LogSupport {
8   public static void log(java.lang.String);
9   public static void log(java.lang.String, java.lang.Throwable);
10   public static boolean isLoggable();
11 }
12 public class com.sun.activation.registries.MailcapTokenizer {
13   public static final int UNKNOWN_TOKEN;
14 }
15 public final class com.sun.beans.TypeResolver {
16   public com.sun.beans.TypeResolver();
17   public static java.lang.reflect.Type resolveInClass(java.lang.Class<?>, java.lang.reflect.Type);
18 }