Home
last modified time | relevance | path

Searched defs:MultipleConstructorDefectiveCar (Results 1 – 1 of 1) sorted by relevance

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java480 public static class MultipleConstructorDefectiveCar implements Car { class in FactoryProviderTest
482 public MultipleConstructorDefectiveCar() throws ExplosionException { in MultipleConstructorDefectiveCar() method in FactoryProviderTest.MultipleConstructorDefectiveCar
487 public MultipleConstructorDefectiveCar(@SuppressWarnings("unused") @Assisted Color c) in MultipleConstructorDefectiveCar() method in FactoryProviderTest.MultipleConstructorDefectiveCar