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

com.google.sitebricks.core.CaseWidget Maven / Gradle / Ivy

package com.google.sitebricks.core;

import com.google.sitebricks.rendering.With;
import com.google.sitebricks.rendering.EmbedAs;

/**
 * @author Dhanji R. Prasanna (dhanji@gmail com)
 */
@EmbedAs("Case") @With("When")
public class CaseWidget {
    private Object choice;

    public Object getChoice() {
        return choice;
    }

    public void setChoice(Object choice) {
        this.choice = choice;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy