Search results
From APIDesign
You searched for Import
There is no page titled "Import".
For more information about searching APIDesign, see Help.
Showing below 15 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)
No page title matches
Page text matches
- BackwardCompatibility (6,862 bytes)
23: ...pecially due to language constructs like wildcard import. - Deadlock (6,209 bytes)
77: import java.util.concurrent.atomic.AtomicReference; - Dependency Injection (7,651 bytes)
15: ... As a result, when worshiping [[DI]] look into '''import''' section of each class to find its [[dependenci...
37: ...yList'' and directly instantiate it. One may also import ''Math'' class and call its static methods. There...
39: ...ot mean any form of [[injection]] at all. One can import just a [[simple library]] - e.g. library that pro... - OSGiAndNetBeans (10,580 bytes)
17: ...ing some public packages, any [[OSGi]] bundle can import them which activates the ''shadow'' bundle associ...
74: ...eans]] is ''package dependency'', e.g. ability to import a package, not the whole module/bundle. But it le... - NetbinoxTutorial (5,946 bytes)
88: Import-Package: org.osgi.framework - Injectable Singleton (9,860 bytes)
35: To use a [[singleton]], it is enough to import its [[API]] class and call its methods. Because [... - OrderOfElements (7,000 bytes)
22: import org.junit.Assert;
23: import org.junit.Test; - Final interface (8,284 bytes)
44: import java.util.Collection;
45: import java.util.Set;
46: import javax.annotation.processing.AbstractProcessor;
47: import javax.annotation.processing.Processor;
48: import javax.annotation.processing.RoundEnvironment; - Errata 4 (486 bytes)
4: import java.awt.*;
5: import java.util.*; - OSGiWrapper (6,201 bytes)
92: Import-Package: javax.annotation.processing,javax.lang.m... - ConfigurationObject (9,368 bytes)
102: import net.java.html.json.*;
175: import net.java.html.json.Model;
176: import net.java.html.json.Property; - DesignForJDK9 (13,551 bytes)
76: import java.beans.PropertyChangeListener;
77: import java.beans.PropertyChangeSupport;
113: import java.beans.PropertyChangeListener;
114: import java.beans.PropertyChangeSupport;
151: import java.beans.PropertyChangeListener; - DevOps (6,799 bytes)
19: ...t]] repository out and open (yes, ''open'', not ''import''!) the project in the IDE. The IDE reads '''pom....
21: ...has been written as well and works the same: No ''import'', real ''open''! But from my perspective [[Maven... - APIDevelopment (30,003 bytes)
60: ...''type''' - you can either use someone else API ("import") or offer someone else dependency on your behavi...
63: ...><tt><api name="identification" group="dtd" type="import or export" category="stable" url="where is the de...
218: ...need to do major changes (like repackaging of all import statements, which was the current strategy) when ... - Frgaal (4,410 bytes)
9: import java.io.IOException;
10: import java.net.URI;
11: import java.net.URISyntaxException;
12: import java.util.ArrayList;
13: import java.util.Arrays;
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)