类分层结构
- java.lang.Object
- org.coodex.billing.Bill<C>
- org.coodex.billing.Bill.AdjustDetail (implements org.coodex.billing.Bill.Detail)
- org.coodex.billing.BillCalculator
接口分层结构
- org.coodex.billing.Bill.Detail
- org.coodex.billing.PaidAdjustment
- org.coodex.billing.Revision
- org.coodex.billing.Adjustment<C>
- org.coodex.util.SelectableService<Param_Type>
- org.coodex.billing.Calculator<C>
- java.io.Serializable
- org.coodex.billing.Chargeable
- org.coodex.billing.Used