Skip to content

Commit fb0791f

Browse files
committed
Merge REL1_7_STABLE into feature/REL1_7_STABLE/model
The merged work includes PR #533, which does away with the old Ptr2Long union in favor of new PointerGetJLong and JlongGet(... conversions. In merging, also convert the uses of Ptr2Long that were added on this branch.
2 parents 8aaeb04 + ed47d4d commit fb0791f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+8054
-7680
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)