Package de.xima.fc.beans.ann
Annotation Type TransferAttribute
-
@Retention(RUNTIME) @Target(METHOD) @Deprecated public @interface TransferAttribute
Deprecated.Annotation zur Angabe ob Entity-Attribute an den Client übermittelt und empfangen werden
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanincomingDeprecated.Bool'scher Wert, der angibt ob das Attribut vom Client zum Server gesandt wird, StandardtruebooleanoutgoingDeprecated.Bool'scher Wert, der angibt ob das Attribut vom Server zum Client gesandt wird, StandardtruebooleanresolveincomingDeprecated.Bool'scher Wert, der angibt ob das Attribut, welches zum Server gesandt wird, zu der entsprechenden Entität aufgelöst werden soll, StandardfalsebooleanresolveoutgoingDeprecated.Bool'scher Wert, der angibt ob das Attribut, welches zum Client gesandt wird, zu der entsprechenden Entität aufgelöst werden soll, Standardfalse
-