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

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

The newest version!
package com.greenpepper.call;

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

/**
 * 

AnnotateEntered class.

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

Constructor for AnnotateEntered.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy