org.atinject.tck.auto
Class Seat

java.lang.Object
  extended by org.atinject.tck.auto.Seat
Direct Known Subclasses:
DriversSeat

@Singleton
public class Seat
extends java.lang.Object


Field Summary
private  Cupholder cupholder
           
 
Constructor Summary
Seat(Cupholder cupholder)
           
 
Method Summary
 Cupholder getCupholder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cupholder

private final Cupholder cupholder
Constructor Detail

Seat

@Inject
Seat(Cupholder cupholder)
Method Detail

getCupholder

public Cupholder getCupholder()


Copyright (C) 2009 The JSR-330 Expert Group. Licensed under the Apache License, Version 2.0.