}
public boolean supports(Annotation annotation, Class clazz, Member member)
{
Channel channel = annotation.annotationType().getAnnotation(Channel.class);
return channel != null && channel.identifer().equals(getIdentifier());
}
protected Properties convertProperties(String[] properties)
{
if(properties==null || properties.length==0)