This repository was archived by the owner on May 28, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +5
-12
lines changed
core-common/src/main/java/org/glassfish/jersey Expand file tree Collapse file tree 6 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 57
57
import org .glassfish .jersey .internal .inject .ForeignDescriptorImpl ;
58
58
import org .glassfish .jersey .internal .inject .InjectionManager ;
59
59
import org .glassfish .jersey .internal .inject .InstanceBinding ;
60
- import org .glassfish .jersey .spi .ServiceHolder ;
61
- import org .glassfish .jersey .spi .ServiceHolderImpl ;
60
+ import org .glassfish .jersey .internal . inject .ServiceHolder ;
61
+ import org .glassfish .jersey .internal . inject .ServiceHolderImpl ;
62
62
63
63
import org .glassfish .hk2 .api .ActiveDescriptor ;
64
64
import org .glassfish .hk2 .api .ServiceLocator ;
Original file line number Diff line number Diff line change 65
65
import org .glassfish .jersey .internal .util .collection .ClassTypePair ;
66
66
import org .glassfish .jersey .spi .ExceptionMappers ;
67
67
import org .glassfish .jersey .spi .ExtendedExceptionMapper ;
68
- import org .glassfish .jersey .spi .ServiceHolder ;
68
+ import org .glassfish .jersey .internal . inject .ServiceHolder ;
69
69
70
70
/**
71
71
* {@link ExceptionMappers Exception mappers} implementation that aggregates
Original file line number Diff line number Diff line change 44
44
import java .lang .reflect .Type ;
45
45
import java .util .List ;
46
46
47
- import org .glassfish .jersey .spi .ServiceHolder ;
48
-
49
47
/**
50
48
* Interface provides the communication API between Jersey and Dependency Injection provider
51
49
* <p>
Original file line number Diff line number Diff line change 68
68
import org .glassfish .jersey .model .internal .RankedComparator ;
69
69
import org .glassfish .jersey .model .internal .RankedProvider ;
70
70
import org .glassfish .jersey .spi .Contract ;
71
- import org .glassfish .jersey .spi .ServiceHolder ;
72
71
73
72
/**
74
73
* Utility class providing a set of utility methods for easier and more type-safe
Original file line number Diff line number Diff line change 38
38
* holder.
39
39
*/
40
40
41
- package org .glassfish .jersey .spi ;
41
+ package org .glassfish .jersey .internal . inject ;
42
42
43
43
import java .lang .reflect .Type ;
44
44
import java .util .Set ;
45
45
46
- import org .glassfish .jersey .internal .inject .InjectionManager ;
47
-
48
46
/**
49
47
* Implementation of this class is used as a holder for service instance from
50
48
* {@link InjectionManager} along with other information about the provided service.
Original file line number Diff line number Diff line change 38
38
* holder.
39
39
*/
40
40
41
- package org .glassfish .jersey .spi ;
41
+ package org .glassfish .jersey .internal . inject ;
42
42
43
43
import java .lang .reflect .Type ;
44
44
import java .util .Objects ;
45
45
import java .util .Set ;
46
46
47
- import org .glassfish .jersey .internal .inject .InjectionManager ;
48
-
49
47
/**
50
48
* Implementation of the instance keeper which kept the instance of the class from
51
49
* {@link InjectionManager} and the other information about this instance.
You can’t perform that action at this time.
0 commit comments