Package org.jvnet.hk2.generator.internal
Class GenerateMethodAnnotationData
java.lang.Object
org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGenerateMethodAnnotationData
(String implementation, HashSet<String> contracts, String scope) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getScope()
void
void
setNameMethodName
(String nameMethodName) toString()
-
Field Details
-
implementation
-
contracts
-
scope
-
nameMethodName
-
name
-
-
Constructor Details
-
GenerateMethodAnnotationData
-
GenerateMethodAnnotationData
-
-
Method Details
-
getImplementation
- Returns:
- the implementation
-
getContracts
- Returns:
- the contracts
-
getScope
- Returns:
- the scope
-
getNameMethodName
- Returns:
- the nameMethodName
-
setNameMethodName
- Parameters:
nameMethodName
- the nameMethodName to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
toString
-