/* * Copyright (C) 2014 Intel Corporation * All rights reserved. */ package com.intel.mtwilson.tag.selection.json; import com.fasterxml.jackson.annotation.JsonInclude; /** * * @author jbuhacoff */ @JsonInclude(JsonInclude.Include.NON_EMPTY) public abstract class TextAttributeTypeMixIn { }