Class GenerateMethodAnnotationData

java.lang.Object
org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData

public class GenerateMethodAnnotationData extends Object
  • Field Details

    • implementation

      private final String implementation
    • contracts

      private final HashSet<String> contracts
    • scope

      private final String scope
    • nameMethodName

      private String nameMethodName
    • name

      private String name
  • Constructor Details

  • Method Details

    • getImplementation

      public String getImplementation()
      Returns:
      the implementation
    • getContracts

      public HashSet<String> getContracts()
      Returns:
      the contracts
    • getScope

      public String getScope()
      Returns:
      the scope
    • getNameMethodName

      public String getNameMethodName()
      Returns:
      the nameMethodName
    • setNameMethodName

      public void setNameMethodName(String nameMethodName)
      Parameters:
      nameMethodName - the nameMethodName to set
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • toString

      public String toString()
      Overrides:
      toString in class Object