io.github.atmaramnaik.journey.coded.JourneyMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of journey-coded Show documentation
Show all versions of journey-coded Show documentation
Coded Journey Helper Library
The newest version!
package io.github.atmaramnaik.journey.coded;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface JourneyMethod {
String name();
}