com.sun.hk2.component
Interface InhabitantsParserDecorator


@Contract
public interface InhabitantsParserDecorator

Decorator for the InhabitantParser

Author:
Jerome Dochez

Method Summary
 void decorate(InhabitantsParser parser)
          Decorate the passed instance
 java.lang.String getName()
          decorator names, there can be multiple decorators defined, each for a particular usage.
 

Method Detail

getName

java.lang.String getName()
decorator names, there can be multiple decorators defined, each for a particular usage.

Returns:
the decorator name

decorate

void decorate(InhabitantsParser parser)
Decorate the passed instance

Parameters:
parser - instance to decorate


Copyright © 2011 Oracle Corporation. All Rights Reserved.