/* * SK's Minecraft Launcher * Copyright (C) 2010-2014 Albert Pham <http://www.sk89q.com> and contributors * Please see LICENSE.txt for license information. */ package com.skcraft.launcher.builder; import com.skcraft.launcher.model.modpack.Feature; import lombok.Data; @Data public class FileInfo { private Feature feature; }