Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.common.xmap.annotation
Annotation Type XMemberAnnotation


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface XMemberAnnotation

An annotation to identify XMap annotations.

This annotation has a single parameter "value" of type int that specifies the type of the annotation.

Author:
Bogdan Stefanescu

Required Element Summary
 int value
          The type of the annotation.
 

Element Detail

value

public abstract int value
The type of the annotation.


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.