|
1 | 1 | /* |
2 | 2 | * JSR 354 Examples |
3 | | - * Copyright 2012-2013, Credit Suisse AG, Red Hat, Inc. and/or its affiliates, |
4 | | - * and individual contributors by the @author tag. See the copyright.txt in the |
5 | | - * distribution for a full listing of individual contributors. |
| 3 | + * Copyright 2012 Red Hat, Inc. and/or its affiliates, |
| 4 | + * and individual contributors by the @author tags. See the copyright.txt in the |
| 5 | + * distribution for a full listing of individual contributors |
| 6 | + * |
| 7 | + * Copyright 2012-2013, Credit Suisse AG, Werner Keil |
| 8 | + * and individual contributors by the @author tags. |
6 | 9 | * |
7 | 10 | * Licensed under the Apache License, Version 2.0 (the "License"); |
8 | 11 | * you may not use this file except in compliance with the License. |
|
14 | 17 | * See the License for the specific language governing permissions and |
15 | 18 | * limitations under the License. |
16 | 19 | */ |
17 | | -package net.java.javamoney.examples.payment.beans; |
| 20 | +package net.java.javamoney.examples.paymentcdi.beans; |
18 | 21 |
|
19 | 22 |
|
20 | 23 | import java.io.Serializable; |
|
31 | 34 | import javax.money.Money; |
32 | 35 | import javax.money.MoneyCurrency; |
33 | 36 |
|
34 | | -import net.java.javamoney.examples.payment.events.PaymentEvent; |
35 | | -import net.java.javamoney.examples.payment.events.PaymentType; |
36 | | -import net.java.javamoney.examples.payment.qualifiers.Credit; |
37 | | -import net.java.javamoney.examples.payment.qualifiers.Debit; |
| 37 | +import net.java.javamoney.examples.paymentcdi.events.PaymentEvent; |
| 38 | +import net.java.javamoney.examples.paymentcdi.events.PaymentType; |
| 39 | +import net.java.javamoney.examples.paymentcdi.qualifiers.Credit; |
| 40 | +import net.java.javamoney.examples.paymentcdi.qualifiers.Debit; |
38 | 41 | import net.java.javamoney.impl.cdi.qualifiers.Amount; |
39 | 42 |
|
40 | 43 | @Named |
|
0 commit comments