All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.payneteasy.superfly.client.ValuesExtractor Maven / Gradle / Ivy

There is a newer version: 1.7-32
Show newest version
package com.payneteasy.superfly.client;

import java.lang.annotation.Annotation;

/**
 * Extracts an array of strings from annotation instance.
 * 
 * @author Roman Puchkovskiy
 */
public interface ValuesExtractor {
    /**
     * Performs extraction.
     *
     * @param annotation    annotation from which to extract
     * @return values
     */
    String[] extract(Annotation annotation);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy