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

/openjdk7/jdk/src/share/classes/sun/reflect/generics/tree/
H A DBottomSignature.java30 public class BottomSignature implements FieldTypeSignature { class in inherits:FieldTypeSignature
31 private static BottomSignature singleton = new BottomSignature();
33 private BottomSignature(){} method in class:BottomSignature
35 public static BottomSignature make() {return singleton;}

Completed in 21 milliseconds