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

com.greenpepper.call.AnnotateNotEntered Maven / Gradle / Ivy

package com.greenpepper.call;

import com.greenpepper.Example;
import com.greenpepper.annotation.Annotations;

/**
 * 

AnnotateNotEntered class.

* * @author oaouattara * @version $Id: $Id */ public class AnnotateNotEntered implements Stub { private final Example example; /** *

Constructor for AnnotateNotEntered.

* * @param example a {@link com.greenpepper.Example} object. */ public AnnotateNotEntered( Example example ) { this.example = example; } /** {@inheritDoc} */ public void call( Result result ) { example.annotate( Annotations.notEntered() ); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy