text
stringlengths
7
995k
package de.adorsys.psd2.model; import com.fasterxml.jackson.annotation.JsonProperty; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import org.springframework.validation.annotation.Validated; import javax.validation.Valid; import javax.validation.constraints.NotNull; import ja...
package norswap.sigh.bytecode; import norswap.sigh.types.*; import java.lang.reflect.Array; /** * TODO */ public final class TypeUtils { private TypeUtils() {} // --------------------------------------------------------------------------------------------- /** * Returns the slash-separated binary...
package me.zhengjie.modules.meet.repository; import me.zhengjie.modules.meet.domain.Meeting; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; /** * @author jie * @date 2019-04-13 */ public interface MeetingRepository extends JpaRepo...
package com.atlassian.jira.plugins.dvcs.activeobjects.v1; import net.java.ao.Entity; /** * Active objects storage for the mapping between a bitbucket repository and a jira project. */ @Deprecated public interface IssueMapping extends Entity { String getRepositoryUri(); String getProjectKey(); String g...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
package com.mikepenz.materialdrawer.app; import android.content.Intent; import android.graphics.Color; import android.net.Uri; import android.os.AsyncTask; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; imp...
package com.xunlei.tdlive.usercenter; import android.view.View; import android.view.View.OnClickListener; // compiled from: UserListFragment2.java class z implements OnClickListener { final /* synthetic */ y a; z(y yVar) { this.a = yVar; } public void onClick(View view) { ah.a(this.a...
package Sixth_Week; import java.util.ArrayList; import java.util.List; public class Minimum_Height_Trees { class Solution { public List<Integer> findMinHeightTrees(int n, int[][] edges) { List<Integer> leaves = new ArrayList<>(); if (n == 0) { return leaves; ...
package org.java_websocket; import java.io.IOException; import java.nio.ByteBuffer; import java.nio.channels.ByteChannel; import javax.net.ssl.SSLException; public interface WrappedByteChannel extends ByteChannel { public boolean isBlocking(); /** * returns whether readMore should be called to fetch da...
package com.wrxiang.wrl.config; import io.swagger.annotations.ApiOperation; import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import springfox.documentation.builders.ApiInfoBuil...
/* * @copyright defined in LICENSE.txt */ package hera.transport; import static hera.api.model.BytesValue.of; import static org.slf4j.LoggerFactory.getLogger; import hera.annotation.ApiAudience; import hera.annotation.ApiStability; import hera.api.function.Function1; import hera.api.model.BlockHash; import hera.ap...
package seedu.address.storage; import static org.junit.jupiter.api.Assertions.assertEquals; import org.junit.jupiter.api.Test; public class StorageStatsManagerTest { @Test public void getArchiveStatusMessage_allOk() { StorageStatsManager statsManager = new StorageStatsManager(); assertEquals...
/******************************************************************************* * Copyright (c) 2015 US DOT - Joint Program Office * * The Government has unlimited rights to all documents/material produced under * this task order. All documents and materials, to include the source code of * any software produce...
/** * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. */ package com.thinkgem.jeesite.modules.wshbj.entity; import org.hibernate.validator.constraints.Length; import com.thinkgem.jeesite.common.persistence.DataEntity; /** * 检查部门Entity * @author zhxl * @v...
package rest.factory; import org.apache.http.HttpStatus; import com.fasterxml.jackson.databind.JsonNode; import rest.bean.response.ErrorResponse; import application.exceptions.BaseException; import application.exceptions.ErrorConstants; import play.libs.Json; import play.mvc.Controller; import play.mvc.Result; impor...
// *************************************************************************************************************************** // * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file * // * distributed with this work for additional information regardi...
package com.pheu.thrift.example; import java.util.function.Function; import org.apache.thrift.TServiceClient; import org.apache.thrift.protocol.TProtocol; import org.apache.thrift.transport.TTransport; import com.github.phantomthief.thrift.client.ThriftClient; public class DynThriftClientImpl implements ThriftClien...
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.dkms.gcs.sdk.models; import com.aliyun.tea.NameInMap; import com.aliyun.tea.TeaModel; public class GenerateDataKeyRequest extends DKMSRequest { @NameInMap("KeyId") public String keyId; @NameInMap("Algorithm") public String algo...
/** * A class that can be used to build String representations of 1D, 2D, and 3D String arrays * to display their contents. */ public class NestedPrinting { /** * Takes a one-line String of input and makes a new version of * it which ends with a suffix and is of the given length. * To make it the...
package com.cloud.api.response; import com.cloud.api.ApiConstants; import com.cloud.api.BaseResponse; import com.cloud.serializer.Param; import com.google.gson.annotations.SerializedName; public class AddIpToVmNicResponse extends BaseResponse { @SerializedName(ApiConstants.ID) @Param(description = "the ID of...
package com.twilio; import com.google.common.util.concurrent.ListeningExecutorService; import com.google.common.util.concurrent.MoreExecutors; import com.twilio.exception.ApiException; import com.twilio.exception.AuthenticationException; import com.twilio.exception.CertificateValidationException; import com.twilio.ht...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
package com.qty.factorytools.screentest; import android.content.Context; import android.content.res.Resources; import android.graphics.Canvas; import android.graphics.Paint; import android.os.Bundle; import android.os.Handler; import android.os.Looper; import android.os.Message; import android.util.AttributeSet; impor...
/* * FXGL - JavaFX Game Library. The MIT License (MIT). * Copyright (c) AlmasB (almaslvl@gmail.com). * See LICENSE for details. */ package sandbox; import com.almasb.fxgl.animation.AnimatedPoint2D; import com.almasb.fxgl.animation.Animation; import com.almasb.fxgl.animation.Interpolators; import com.almasb.fxgl.a...
package com.ushaqi.zhuishushenqi.ui.post; import com.ushaqi.zhuishushenqi.a.e; import com.ushaqi.zhuishushenqi.adapter.z; import com.ushaqi.zhuishushenqi.api.ApiService; import com.ushaqi.zhuishushenqi.api.b; import com.ushaqi.zhuishushenqi.model.PostDetailComment; final class ad extends e<String, Void, PostDetailCom...
package fr.quentinklein.slt; /* * Copyright (C) 2013 Yasir Ali, Quentin Klein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * *...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package io.gridgo.connector.xrpc; import io.gridgo.xrpc.XrpcBuilder; import io.gridgo.xrpc.XrpcReceiver; public interface ReceiverBuilder { public Object getParamOrRegistry(String paramName, String paramKey); public default XrpcReceiver createReceiver(String type, String endpoint, XrpcBuilder builder) { ...
/* * Copyright 2018 Confluent Inc. * * Licensed under the Confluent Community License (the "License"); you may not use * this file except in compliance with the License. You may obtain a copy of the * License at * * http://www.confluent.io/confluent-community-license * * Unless required by applicable law or a...
/* * Copyright (C) 2013 salesforce.com, inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
/* * ***************************************************************************** * Copyright 2013 William D. Kraemer * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://...
// Copyright (C) 2015 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
package com.gupao.decorator.battercake; /** * @ProjectName: DesignPattern * @ClassName: BaseBatterCake * @Description: TODO(一句话描述该类的功能) * @Author: tangqi * @Date: 2020/5/12 9:38 上午 * @Version v1.0 */ public class BaseBatterCake extends BatterCake{ @Override protected String getMsg() { return "煎...
package it.petrovich.model.core; import lombok.AllArgsConstructor; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import lombok.ToString; /** * Refer to <a href="https://www.w3.org/ns/activitystreams#Collection">Collection definition</a>. * <br> * A Co...
package com.huaweicloud.sdk.ecs.v2.model; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; import java.util.function.Consumer; import java.util.Objects; ...
// Copyright 2009 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
package org.kimbs.jwt.controller; import org.kimbs.jwt.model.Product; import org.kimbs.jwt.repository.ProductRepository; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.w...
/* * MIT License * * Copyright (c) 2021 MASES s.r.l. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, cop...
package com.revolsys.util; import java.sql.Timestamp; import org.jeometry.common.date.Dates; import com.revolsys.geometry.graph.Edge; import com.revolsys.geometry.model.Geometry; import com.revolsys.geometry.model.LineString; import com.revolsys.geometry.model.Point; import com.revolsys.record.Record; import com.rev...
package org.coreasm.compiler.exception; import java.util.List; /** * Thrown, when a plugin used by a specification does not implement CompilerPlugin * @author Markus Brenner * */ public class NotCompilableException extends Exception { private static final long serialVersionUID = -2956569025051079022L; private L...
public class HelloWorld{ public static void main(String args[]){ System.out.println("HelloWorld"); } }
package org.ednovo.gooru.client.uc; import org.ednovo.gooru.shared.util.MessageProperties; import com.google.gwt.core.client.GWT; import com.google.gwt.uibinder.client.UiBinder; import com.google.gwt.uibinder.client.UiField; import com.google.gwt.user.client.ui.HTMLPanel; import com.google.gwt.user.client.ui.PopupPan...
package com.devsuperior.dsvendassds4.repositories; import org.springframework.data.jpa.repository.JpaRepository; import com.devsuperior.dsvendassds4.entities.Seller; public interface SellerRepository extends JpaRepository<Seller, Long>{ }
package com.talosvfx.talos.editor.utils; import com.badlogic.gdx.files.FileHandle; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.graphics.Mesh; import com.badlogic.gdx.graphics.VertexAttribute; import com.badlogic.gdx.graphics.VertexAttributes; import com.badlogic.gdx.math.Vector3; import com.badlogi...
package com.tangkuo.cn.pay.zftk.common.exception; public class BaseRuntimeException extends RuntimeException { private static final long serialVersionUID = 2179505696855940301L; private String errorCode; /** * * @param errorCode * @param message * @param cause */ public BaseRuntimeException(String ...
package co.edu.udea.inf.practica.domain; public class Task { private int id; private String name; private String description; private String payment; private String actionDate; public Task() { } public Task(int id, String name, String description, String payment, String actionDate) { this.id = id; ...
/* * Copyright 2019 snowaver. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
/* MIT License Copyright (c) 2018-2019 Gang ZHANG Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish...
package jp.number64.fileoperation; import static org.junit.Assert.*; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.junit.FixMethodOrder; import org.junit.Ignore; import org.junit.Test; import org.junit.runners.MethodSor...
package com.airbnb.epoxy.models; import android.support.annotation.StringRes; import android.view.View.OnClickListener; import android.widget.Button; import com.airbnb.epoxy.EpoxyAttribute; import com.airbnb.epoxy.EpoxyModelClass; import com.airbnb.epoxy.EpoxyModelWithHolder; import com.airbnb.epoxy.R; import com.air...
package com.sinch.messagingtutorial.app; import android.app.Activity; import android.app.ProgressDialog; import android.content.BroadcastReceiver; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.wid...
/* * Copyright (c) 2011-2020, hubin (jobob@qq.com). * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by ...
/* * Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* * Copyright 2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in co...
package de.endrullis.idea.postfixtemplates.language; import com.intellij.ide.plugins.PluginManagerCore; import com.intellij.openapi.extensions.PluginId; import com.intellij.openapi.fileEditor.OpenFileDescriptor; import com.intellij.openapi.options.ShowSettingsUtil; import com.intellij.openapi.project.Project; import c...
package org.wildfly.swarm.container.config; import java.util.Set; import java.util.stream.Collectors; import org.junit.Test; import org.wildfly.swarm.spi.api.config.ConfigKey; import org.wildfly.swarm.spi.api.config.SimpleKey; import static org.fest.assertions.Assertions.assertThat; /** * @author Bob McWhirter */...
/* * ****************************************************************************** * * Copyright FUJITSU LIMITED 2017 * * Creation Date: 30.03.15 13:11 * * ****************************************************************************** */ package org.oscm.app.sample.ui; import org.jboss.weld.context.http.Ht...
package com.blankj.utilcode.util; import org.junit.After; import org.junit.Before; import org.junit.Test; import java.util.ArrayList; import java.util.List; import static com.blankj.utilcode.util.TestConfig.PATH_TEMP; import static com.blankj.utilcode.util.TestConfig.PATH_ZIP; import static junit.framework.TestCase....
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
package org.rmdt.common.enums; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; /** * @author luohaipeng * 事务角色 */ @Getter @NoArgsConstructor @AllArgsConstructor public enum TransactionRoleEnum { START(1, "事务发起者"), ACTOR(2, "事务参与者"), LOCAL(3, "本地事务"); p...
package com.codingapi.txlcn.tc.runner; import com.codingapi.txlcn.protocol.ProtocolServer; import com.codingapi.txlcn.tc.config.TxConfig; import lombok.extern.slf4j.Slf4j; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.TimeUnit; @Slf4j public ...
package com.felixgrund.codeshovel.json; import com.felixgrund.codeshovel.wrappers.StartEnvironment; import com.felixgrund.codeshovel.changes.Ychange; import com.felixgrund.codeshovel.tasks.AnalysisTask; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import java.util.List; import java.util.Map; publ...
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2020 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
package org.mvnsearch.intellij.plugin.zookeeper; import com.intellij.openapi.components.*; import com.intellij.openapi.project.Project; import com.intellij.openapi.util.text.StringUtil; import com.intellij.util.xmlb.XmlSerializerUtil; import org.jetbrains.annotations.Nullable; /** * zookeeper configuration persisten...
package com.example.vibhor.datepickerdemoapp; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2)...
/* * BSD 3-Clause License * * Copyright 2018 Sage Bionetworks. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice,...
// Generated by OABuilder package com.cdi.model.oa.search; import java.util.logging.*; import com.cdi.model.oa.*; import com.cdi.model.oa.propertypath.*; import com.viaoa.annotation.*; import com.viaoa.datasource.*; import com.viaoa.object.*; import com.viaoa.hub.*; import com.viaoa.util.*; import com.viaoa.util.OADat...
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
package com.henninghall.date_picker; import android.widget.RelativeLayout; import com.facebook.react.bridge.Dynamic; import com.henninghall.date_picker.props.DividerHeightProp; import com.henninghall.date_picker.props.Is24hourSourceProp; import com.henninghall.date_picker.props.MaximumDateProp; import com.henninghall...
package mcjty.theoneprobe.gui; import mcjty.theoneprobe.TheOneProbe; import mcjty.theoneprobe.Tools; import mcjty.theoneprobe.api.IOverlayStyle; import mcjty.theoneprobe.api.TextStyleClass; import mcjty.theoneprobe.apiimpl.ProbeInfo; import mcjty.theoneprobe.config.Config; import mcjty.theoneprobe.rendering.RenderHelp...
/* * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * The contents of this file are subject to the terms of either the Universal Permissive License * v 1.0 as shown at http://oss.oracle.com/licenses/upl * * or the follo...
/* * Copyright 2014, gRPC Authors All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
package com.example.mahmoud.architectureexample; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execu...
/* * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "Licens...
package com.example.stefan.piatra_hartie_foarfece; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @T...
package me.rezscipts.rpg.items.stats; public abstract class EquipStatParser { public abstract void parse(StatAccumulator sa, String s); }
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.core.ml.dataframe.evaluation.softclassificatio...
/* * Copyright 2015 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, soft...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may n...
package ru.job4j; /** * The abstract class Base. * * @author Alexander Mezgin * @version 1.0 * @since 17.03.2017 */ public abstract class Base { /** * Identifier. */ private String id; /** * Getter. * * @return id. */ public String getId() { return id; ...
package cz.pfreiberg.knparser.exporter.oracledatabase; import java.sql.SQLException; import java.sql.Types; import java.util.List; import cz.pfreiberg.knparser.ConnectionParameters; import cz.pfreiberg.knparser.domain.prvkykatastralnimapy.DalsiPrvkyMapy; import cz.pfreiberg.knparser.util.VfkUtil; public class DalsiP...
package com.ericc.the.game; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.g2d.TextureAtlas; import com.badlogic.gdx.graphics.g2d.TextureRegion; import com.badlogic.gdx.utils.Array; public class Media { public static TextureRegion dunVoid; public static Array<TextureAtlas.AtlasRegion> wallUp, w...
package quickcheck.generator.type; import java.math.BigInteger; import quickcheck.constraints.IntegerRange; import quickcheck.exception.IntegerRangeException; import quickcheck.util.TestType; import wyil.interpreter.ConcreteSemantics; import wyil.interpreter.ConcreteSemantics.RValue; /** * Generate integer values. ...
package uk.gov.companieshouse.reconciliation.service.transformer; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import uk.gov.companieshouse.reconciliation.function.compare_collection.entity.ResourceList; import uk.gov.companieshouse.reconciliation.model.ResultModel; import uk.gov.compani...
/** * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribu...
package com.uantwerp.algorithms.exceptions; public abstract class SubGraphMiningExceptionGspan { public static void exceptionDFSCodesDifferenSizes(){ try { throw new Exception("When determining the minimum DFS code the two motif lists have a different size"); } catch (Exception e) { e.printStackTrace(); ...
package com.oreilly.rxjava.ch5; class Flight { }
/* * Copyright 2012 LinkedIn Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
package com.wangtian.message; import android.app.Activity; import android.content.Intent; import android.content.SharedPreferences; import android.content.SharedPreferences.Editor; import android.os.Bundle; import android.text.TextUtils; import android.view.KeyEvent; import android.view.View; import android.view.View....
/* * This project is Licensed under Apache 2.0 * and it is intended for reference only. * Do not copy or sell without owners' permission. * * Copyright © 2018 by Shaikh Nizamuddin. All Rights Reserved. * */ package com.pio.PioneerCylinderTracker.repository; import java.util.List; import org.springframework....
package com.jjstudio.resource; import com.jjstudio.model.Sound; import org.bson.types.ObjectId; import org.springframework.data.mongodb.repository.MongoRepository; import org.springframework.data.mongodb.repository.Query; public interface SoundRepository extends MongoRepository<Sound, ObjectId> { Sound findByIdA...
package com.tts.capstone.SmartShreveCity2.MappApp.model; import lombok.Data; @Data public class Geocoding { private Geometry geometry; }
package com.view.tag; public interface TagLayout { public void setHandler(TagViewHandler handler); public void init(); }
package com.bigdata.bean; /** * 公共日志 */ public class AppBase{ private String mid; // (String) 设备唯一标识 private String uid; // (String) 用户uid private String vc; // (String) versionCode,程序版本号 private String vn; // (String) versionName,程序版本名 private String l; // (String) 系统语言 private String sr...
/* * Copyright 2012-2017 JetBrains s.r.o * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
package com.vdtlabs.galleryview; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Android...
/** Contains extended support for "external" packages: things that may or may not be present in runtime environment, but that are commonly enough used so that explicit support can be added. <p> Currently supported extensions include: <ul> <li>Support for Java 1.5 core XML datatypes: the reason these are considered "ex...
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses ...
/* Copyright (c) 2016 Robert Atkinson All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met: Redistributions of source code must retain the above copyright...
package org.ronkitay.tutorials.reflection.proxy; public interface IAnimal { public String getName(); }
/** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); ...