>From mistake. I moved them a couple of days ago, but something seems
to went wrong with IDEA refactoring.
Alin
On Sat, Jun 14, 2008 at 2:17 AM, Michael Hunger <[EMAIL PROTECTED]> wrote:
> package executor;
>
> import java.lang.annotation.ElementType;
> import java.lang.annotation.Retention;
> import java.lang.annotation.RetentionPolicy;
> import java.lang.annotation.Target;
>
> /**
> * TODO
> */
> @Retention( RetentionPolicy.RUNTIME )
> @Target( { ElementType.METHOD } )
> public @interface ExecuteSideEffect
> {
> Class value();
> }
>
> _______________________________________________
> qi4j-dev mailing list
> [email protected]
> http://lists.ops4j.org/mailman/listinfo/qi4j-dev
>
--
Alin Dreghiciu
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.
http://malaysia.jayway.net - New Energy for Projects - Great People
working on Great Projects at Great Places
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev