Skip to content

Commit fc93da7

Browse files
committed
Merge doc/REL1_6_STABLE/jdocerrs into REL1_6_STABLE
Merges PR #528.
2 parents 116fd50 + ac75aab commit fc93da7

File tree

19 files changed

+7391
-7188
lines changed

19 files changed

+7391
-7188
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
* Copyright (c) 2016-2025 Tada AB and other contributors, as listed below.
3+
*
4+
* All rights reserved. This program and the accompanying materials
5+
* are made available under the terms of the The BSD 3-Clause License
6+
* which accompanies this distribution, and is available at
7+
* http://opensource.org/licenses/BSD-3-Clause
8+
*
9+
* Contributors:
10+
* Purdue University
11+
* Chapman Flack
12+
*/
13+
package org.postgresql.pljava.annotation.processing;
14+
15+
import javax.lang.model.element.Element;
16+
17+
interface Commentable
18+
{
19+
public String comment();
20+
public void setComment( Object o, boolean explicit, Element e);
21+
public String derivedComment( Element e);
22+
}

0 commit comments

Comments
 (0)