Class ComponentDeclaration


  • public class ComponentDeclaration
    extends Object
    Represents a Component declaration (i.e. component implementation class name and component priority).
    Since:
    3.3M1
    Version:
    $Id: d038233916a5a575e3c0499a402431ce9e267d7e $
    • Method Detail

      • getPriority

        public int getPriority()
        Returns:
        the priority this component declaration has (when several components are registered for the same Role and Hint the priority is used to decide which one gets registered - the lowest value wins)
      • getImplementationClassName

        public String getImplementationClassName()
        Returns:
        the component implementation class name for the declared component
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object