FixGroupSet.java :  » Messenger » gfix » org » gfix » annotation » Java Open Source

Java Open Source » Messenger » gfix 
gfix » org » gfix » annotation » FixGroupSet.java
package org.gfix.annotation;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Documented
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface FixGroupSet {

  public FixGroup[] fixGroups();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.