Searched defs:VoidDescriptor (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/generics/tree/
H A DVoidDescriptor.java32 public class VoidDescriptor implements ReturnType { class in inherits:ReturnType
33 private static VoidDescriptor singleton = new VoidDescriptor();
35 private VoidDescriptor(){} method in class:VoidDescriptor
37 public static VoidDescriptor make() {return singleton;}

Completed in 28 milliseconds