Rev 20 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 39 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | * it always returns the same instance?
|
39 | * it always returns the same instance?
|
40 | *
|
40 | *
|
41 | * @return true if it is a singleton component
|
41 | * @return true if it is a singleton component
|
42 | */
|
42 | */
|
43 | public boolean isSingleton(); |
43 | public boolean isSingleton(); |
44 | - | ||
45 | /**
|
- | |
46 | * What is the name of this component? The name is used when you request an instance from the container.
|
- | |
47 | *
|
- | |
48 | * @return The name of this component
|
- | |
49 | */
|
- | |
50 | public String getName(); |
- | |
51 | - | ||
52 | }
|
44 | }
|