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

net.servicestack.client.AutoQueryViewerField Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
//  Copyright (c) 2015 ServiceStack LLC. All rights reserved.
//  License: https://servicestack.net/bsd-license.txt

package net.servicestack.client;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Retention(RetentionPolicy.RUNTIME)
public @interface AutoQueryViewerField {
    public String Title() default "";
    public String Description() default "";
    public boolean HideInSummary() default false;
    public String ValueFormat () default "";
    public String LayoutHint() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy