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

org.apache.tapestry5.annotations.OnEvent Maven / Gradle / Ivy

package org.apache.tapestry5.annotations;

public @interface OnEvent {
    String value();

    String component();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy